We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11d134 commit 6e61a04Copy full SHA for 6e61a04
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
# Stable release from tag
34
VERSION=$(echo "${{ github.ref }}" | sed 's|refs/tags/v||')
35
IS_PRERELEASE="false"
36
- RELEASE_NAME="Release v${VERSION}"
+ RELEASE_NAME="v${VERSION}"
37
TAG_NAME="v${VERSION}"
38
else
39
# Pre-release from main branch
0 commit comments