We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352b186 commit 00b5874Copy full SHA for 00b5874
.github/workflows/ci.yml
@@ -35,6 +35,6 @@ jobs:
35
run: npx prebuild --all -r napi --arch ia32 -u ${{ secrets.PUBLISH_TOKEN }}
36
- name: Release to npm
37
if: github.event_name == 'release' && github.event.action == 'published'
38
- run: npm publish
+ run: npm publish --access public
39
env:
40
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments