We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a70b2b + 3cbbd57 commit 57ecd45Copy full SHA for 57ecd45
.github/workflows/github-release.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4
25
- name: Release
26
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
27
if: startsWith(github.ref, 'refs/tags/')
28
with:
29
token: ${{ steps.token.outputs.token }}
0 commit comments