We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 150c399 + 77f34ec commit f23fca0Copy full SHA for f23fca0
1 file changed
.github/workflows/publish.yml
@@ -22,4 +22,6 @@ jobs:
22
- run: npm version ${TAG_NAME} --git-tag-version=false --allow-same-version
23
env:
24
TAG_NAME: ${{ github.event.release.tag_name }}
25
- - run: npm publish --access public --provenance
+ - run: npm publish --provenance
26
+ env:
27
+ NODE_AUTH_TOKEN: ""
0 commit comments