Skip to content

Commit

Permalink
Update softprops/action-gh-release digest to 0a7d9cd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent 17563c6 commit f8a0ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- name: Upload Test Release Asset
id: create_test_release
if: startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test')
uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
uses: softprops/action-gh-release@0a7d9cdbe44d16ac5fe9788836ca8af96266902e
with:
prerelease: true
files: |
Expand All @@ -217,7 +217,7 @@ jobs:
- name: Upload Release Asset
id: upload-release-asset
if: startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test')
uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
uses: softprops/action-gh-release@0a7d9cdbe44d16ac5fe9788836ca8af96266902e
with:
files: |
dist/*.whl
Expand Down

0 comments on commit f8a0ab4

Please sign in to comment.