Skip to content

Commit c3c12d9

Browse files
committed
strip v from version
1 parent e777653 commit c3c12d9

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Get version from tag
2121
if: startsWith(github.ref, 'refs/tags/')
2222
run: |
23-
VERSION=${GITHUB_REF#refs/tags/}
23+
VERSION="${GITHUB_REF#refs/tags/v}"
2424
echo "VERSION=$VERSION" >> $GITHUB_ENV
2525
2626
- name: Fix cmake tap conflict

0 commit comments

Comments
 (0)