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