We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 291d95f + 2cb1ac2 commit ffc3d69Copy full SHA for ffc3d69
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 --access public
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ - run: npm --ignore-scripts publish --provenance --access public
0 commit comments