We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fec77 commit 1a23afaCopy full SHA for 1a23afa
1 file changed
.github/workflows/release-workflows.yml
@@ -367,7 +367,7 @@ jobs:
367
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
368
with:
369
tag_name: v${{ needs.detect-changes.outputs.next-version }}
370
- name: 🚀 Workflows v${{ needs.detect-changes.outputs.next-version }}
+ name: v${{ needs.detect-changes.outputs.next-version }}
371
body: ${{ needs.generate-changelog.outputs.release-notes }}
372
generate_release_notes: true
373
draft: false
0 commit comments