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 502cf56 commit 3f161b1Copy full SHA for 3f161b1
.github/workflows/release.yml
@@ -220,7 +220,7 @@ jobs:
220
- if: needs.meta.outputs.publish == 'true'
221
run: git push origin "$TAG"
222
223
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe
224
with:
225
name: ${{ env.VERSION }}
226
tag_name: ${{ env.TAG }}
0 commit comments