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