Skip to content

Commit 398065e

Browse files
committed
Remove Release prefix from github release names
1 parent 4070a3c commit 398065e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_RELEASE_PUBLISH }}
4444
with:
4545
tag_name: ${{ steps.changelog.outputs.version }}
46-
name: Release ${{ steps.changelog.outputs.version }}
46+
name: ${{ steps.changelog.outputs.version }}
4747
draft: false
4848
prerelease: false
4949
body_path: CHANGELOG.md

0 commit comments

Comments
 (0)