Skip to content

Commit 57ecd45

Browse files
authored
chore(deps): update softprops/action-gh-release action to v2 (#19)
2 parents 0a70b2b + 3cbbd57 commit 57ecd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
- name: Release
26-
uses: softprops/action-gh-release@v1
26+
uses: softprops/action-gh-release@v2
2727
if: startsWith(github.ref, 'refs/tags/')
2828
with:
2929
token: ${{ steps.token.outputs.token }}

0 commit comments

Comments
 (0)