Skip to content

Commit 6e61a04

Browse files
authored
chore(ci): Update release name format in workflow (#2)
1 parent b11d134 commit 6e61a04

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
@@ -33,7 +33,7 @@ jobs:
3333
# Stable release from tag
3434
VERSION=$(echo "${{ github.ref }}" | sed 's|refs/tags/v||')
3535
IS_PRERELEASE="false"
36-
RELEASE_NAME="Release v${VERSION}"
36+
RELEASE_NAME="v${VERSION}"
3737
TAG_NAME="v${VERSION}"
3838
else
3939
# Pre-release from main branch

0 commit comments

Comments
 (0)