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 9c8284c commit feb7656Copy full SHA for feb7656
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
TAG_NAME: v${{ steps.version-metadata.outputs.newVersion }}
25
- name: Create release
26
if: steps.version-metadata.outputs.changed == 'true'
27
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
28
with:
29
generate_release_notes: true
30
tag_name: v${{ steps.version-metadata.outputs.newVersion }}
0 commit comments