We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ac7aa commit 0f28b00Copy full SHA for 0f28b00
1 file changed
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
run: |
58
gh release create --target $GITHUB_REF_NAME \
59
- --title "Version $VERSION" \
+ --title "Release v$VERSION-alpha" \
60
--notes-file /tmp/release-notes.txt \
61
v$VERSION
62
0 commit comments