Skip to content

Commit fc80141

Browse files
egliclaude
andcommitted
Name GitHub releases 'Release X.Y' instead of 'vX.Y'
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7a67a0b commit fc80141

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
env:
4949
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
run: |
51+
VERSION="${{ github.ref_name }}"
5152
gh release create "${{ github.ref_name }}" \
52-
--title "${{ github.ref_name }}" \
53+
--title "Release ${VERSION#v}" \
5354
--generate-notes \
5455
target/dtbook2sbsform_*.deb

0 commit comments

Comments
 (0)