We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ad40c commit 29a3fc9Copy full SHA for 29a3fc9
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@69320dbe05506a9a39fc8ae11030b214ec2d1f87
+ uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0
28
with:
29
generate_release_notes: true
30
tag_name: v${{ steps.version-metadata.outputs.newVersion }}
0 commit comments