Skip to content

Commit 1a23afa

Browse files
committed
chore: set release title to tag
1 parent 32fec77 commit 1a23afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
368368
with:
369369
tag_name: v${{ needs.detect-changes.outputs.next-version }}
370-
name: 🚀 Workflows v${{ needs.detect-changes.outputs.next-version }}
370+
name: v${{ needs.detect-changes.outputs.next-version }}
371371
body: ${{ needs.generate-changelog.outputs.release-notes }}
372372
generate_release_notes: true
373373
draft: false

0 commit comments

Comments
 (0)