We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ad51ee + 5b6a188 commit 14b6d37Copy full SHA for 14b6d37
1 file changed
.github/workflows/build.yml
@@ -189,7 +189,7 @@ jobs:
189
-
190
name: GitHub Release
191
if: startsWith(github.ref, 'refs/tags/v')
192
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
193
env:
194
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
195
with:
0 commit comments