Skip to content

Commit 10491ff

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

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

0 commit comments

Comments
 (0)