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 4c56c33 commit 99841ffCopy full SHA for 99841ff
.github/workflows/release.yml
@@ -188,7 +188,7 @@ jobs:
188
- if: needs.meta.outputs.publish == 'true'
189
run: git push origin "$TAG"
190
191
- uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
+ uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
192
with:
193
name: ${{ env.VERSION }}
194
tag_name: ${{ env.TAG }}
0 commit comments