We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9c549d + 5216f0b commit 3c70f99Copy full SHA for 3c70f99
1 file changed
.github/workflows/publish.yml
@@ -24,6 +24,4 @@ jobs:
24
- run: npm version ${TAG_NAME} --git-tag-version=false
25
env:
26
TAG_NAME: ${{ github.event.release.tag_name }}
27
- - run: npm whoami; npm --ignore-scripts publish --provenance
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ - run: npm publish --provenance
0 commit comments