Skip to content

Commit 38f1155

Browse files
committed
remove Release prefix from releases
1 parent c4b5615 commit 38f1155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
tag_name: ${{ github.ref }}
25-
release_name: Release ${{ github.ref }}
25+
release_name: ${{ github.ref }}
2626
draft: false
2727
prerelease: false
2828

0 commit comments

Comments
 (0)