Skip to content

Commit 755c415

Browse files
authored
fix release version for github action (issue: 556 action-gh-release) (#1016)
1 parent 4ce3726 commit 755c415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: flintlock-binaries
6161
path: bin
6262
- name: Release
63-
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
63+
uses: softprops/action-gh-release@51cfd90a6d81cfe329568f851fe2236ab4416d17 # v2.2.0
6464
with:
6565
prerelease: false
6666
draft: true

0 commit comments

Comments
 (0)