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 7440c21 + e435089 commit 700ebc9Copy full SHA for 700ebc9
1 file changed
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
53
54
- name: Create GitHub Release
55
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
with:
0 commit comments