We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82aac29 + d40f8b3 commit 4bfdfebCopy full SHA for 4bfdfeb
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Create release
65
if: steps.release.outputs.condition == 'true'
66
- uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
+ uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
67
with:
68
name: ${{ steps.release.outputs.version }}
69
tag_name: ${{ steps.release.outputs.version }}
0 commit comments