Skip to content

Commit 0ff9c9b

Browse files
authored
Sets the name of the tag to the release version (#179)
Otherwise GitHub makes a title (name) from the content of the release.
1 parent 828c746 commit 0ff9c9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
disable-autolabeler: true
135135
commitish: ${{ github.ref }}
136136
tag: ${{ env.RELEASE_VERSION }}
137+
name: ${{ env.RELEASE_VERSION }}
137138
publish: true
138139
env:
139140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)