We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193d4aa commit 229429eCopy full SHA for 229429e
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: '12.x'
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm ci --no-progress --production
17
- - run: npm version --no-push --no-git-tag-version --yes ${CIRCLE_TAG}
+ - run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}
18
- run: npm publish --tag latest
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments