There was an error while loading. Please reload this page.
1 parent afc577d commit 62fad67Copy full SHA for 62fad67
1 file changed
.github/workflows/publish-npm.yml
@@ -38,7 +38,7 @@ jobs:
38
run: bun run build
39
40
- name: Publish
41
- run: npm publish --provenance --access public
+ run: NODE_AUTH_TOKEN="" npm publish --provenance --access public
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
NODE_AUTH_TOKEN: ""
0 commit comments