We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9dbba commit 4236862Copy full SHA for 4236862
.github/workflows/goreleaser.yml
@@ -46,7 +46,7 @@ jobs:
46
node-version: 16
47
registry-url: 'https://registry.npmjs.org'
48
- run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
49
- - run: echo "Releasing version ${{ env.version }}""
+ - run: echo "Releasing version ${{ env.version }}"
50
- run: yarn version --no-git-tag-version --new-version "${{ env.VERSION }}"
51
working-directory: npm-distribution
52
- run: npm publish --access public
0 commit comments