Skip to content

Commit dfdc853

Browse files
authored
Merge pull request #104 from TraGicCode/chore/update-release-name-on-github
Remove Release prefix from github release names
2 parents 4070a3c + 398065e commit dfdc853

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)