Skip to content

Commit 0cea884

Browse files
Update softprops/action-gh-release action to v2
1 parent 00e9aba commit 0cea884

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
@@ -30,7 +30,7 @@ jobs:
3030
run: sha256sum container-manager > SHASUM256.txt
3131

3232
- name: Release
33-
uses: softprops/action-gh-release@v1
33+
uses: softprops/action-gh-release@v2
3434
if: startsWith(github.ref, 'refs/tags/')
3535
with:
3636
files: |

0 commit comments

Comments
 (0)