Skip to content

Commit 97aba6f

Browse files
committed
release fix: change softprops to version dependancy
1 parent 6487bf1 commit 97aba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
./dist/*.tar.gz
7373
./dist/*.whl
7474
- name: Publish artifacts and signatures to GitHub Releases
75-
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
75+
uses: softprops/action-gh-release@v2
7676
with:
7777
# `dist/` contains the built packages, and the
7878
# sigstore-produced signatures and certificates.

0 commit comments

Comments
 (0)