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.
2 parents 3c70e3f + abf2607 commit 6451298Copy full SHA for 6451298
.github/workflows/publish.yml
@@ -19,6 +19,6 @@ jobs:
19
- run: npm version ${TAG_NAME} --git-tag-version=false
20
env:
21
TAG_NAME: ${{ github.event.release.tag_name }}
22
- - run: npm whoami; npm --ignore-scripts publish
+ - run: npm whoami; npm publish
23
24
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments