We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43dec81 commit 10491ffCopy full SHA for 10491ff
1 file changed
.github/workflows/build-release.yml
@@ -27,7 +27,7 @@ jobs:
27
# Store the version, stripping any v-prefix
28
- name: Write release version
29
run: |
30
- TAG=${{ github.ref_name }}
+ TAG="${{ github.ref_name }}"
31
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
32
33
- uses: actions/checkout@v3
0 commit comments