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