We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777f11e commit d6aecd5Copy full SHA for d6aecd5
1 file changed
.github/workflows/publish.yml
@@ -26,6 +26,4 @@ jobs:
26
npm version ${TAG_NAME} --git-tag-version=false
27
env:
28
TAG_NAME: ${{github.event.release.tag_name}}
29
- - run: npm whoami; npm --ignore-scripts publish --provenance
30
- env:
31
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ - run: npm --ignore-scripts publish --provenance
0 commit comments