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.
1 parent 66d558b commit 3da6013Copy full SHA for 3da6013
.github/workflows/release.yml
@@ -201,7 +201,7 @@ jobs:
201
- if: needs.meta.outputs.publish == 'true'
202
run: git push origin "$TAG"
203
204
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
+ uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf
205
with:
206
name: ${{ env.VERSION }}
207
tag_name: ${{ env.TAG }}
0 commit comments