Skip to content

Commit 4236862

Browse files
authored
Fix silly quote bug (#765)
1 parent ad9dbba commit 4236862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: 16
4747
registry-url: 'https://registry.npmjs.org'
4848
- run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
49-
- run: echo "Releasing version ${{ env.version }}""
49+
- run: echo "Releasing version ${{ env.version }}"
5050
- run: yarn version --no-git-tag-version --new-version "${{ env.VERSION }}"
5151
working-directory: npm-distribution
5252
- run: npm publish --access public

0 commit comments

Comments
 (0)