We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4741f33 + 9b0c242 commit 8b5e6dfCopy full SHA for 8b5e6df
1 file changed
.github/workflows/build.yml
@@ -173,7 +173,7 @@ jobs:
173
-
174
name: GitHub Release
175
if: startsWith(github.ref, 'refs/tags/v')
176
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
177
env:
178
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179
with:
0 commit comments