We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb7533 commit 3408dd3Copy full SHA for 3408dd3
1 file changed
.github/workflows/publish-exe.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Publish
87
if: ${{ !cancelled() }}
88
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
89
env:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
with:
0 commit comments