We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13ccf6c + 4b498de commit 4a6f29eCopy full SHA for 4a6f29e
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 --ignore-scripts publish --provenance
0 commit comments