Skip to content

Commit 34d8567

Browse files
Update softprops/action-gh-release action to v2
1 parent e800368 commit 34d8567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
EOF
3131
-
3232
name: Publish 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
draft: true

0 commit comments

Comments
 (0)