Skip to content

Commit 4111879

Browse files
committed
Fix linter-issue
1 parent 43dec81 commit 4111879

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# Store the version, stripping any v-prefix
2828
- name: Write release version
2929
run: |
30-
TAG=${{ github.ref_name }}
31-
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
30+
TAG="${{ github.ref_name }}"
31+
echo "VERSION=${TAG#v}" >> "$GITHUB_ENV"
3232
3333
- uses: actions/checkout@v3
3434

0 commit comments

Comments
 (0)