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 29045c2 commit c690703Copy full SHA for c690703
.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 # v2.2.2
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
28
with:
29
generate_release_notes: true
30
tag_name: v${{ steps.version-metadata.outputs.newVersion }}
0 commit comments