We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e777653 commit c3c12d9Copy full SHA for c3c12d9
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Get version from tag
21
if: startsWith(github.ref, 'refs/tags/')
22
run: |
23
- VERSION=${GITHUB_REF#refs/tags/}
+ VERSION="${GITHUB_REF#refs/tags/v}"
24
echo "VERSION=$VERSION" >> $GITHUB_ENV
25
26
- name: Fix cmake tap conflict
0 commit comments