Skip to content

Commit de8b27c

Browse files
authored
Update generate-release-note.yml
1 parent b667eca commit de8b27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release-note.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129129
with:
130130
tag_name: ${{ needs.check-for-release.outputs.tag }}
131-
release_name: "Release ${{ needs.check-for-release.outputs.version }}"
131+
release_name: "${{ needs.check-for-release.outputs.version }}"
132132
body: ${{ steps.generate_notes.outputs.notes }}
133133
draft: true
134134
prerelease: false

0 commit comments

Comments
 (0)