We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c066cb commit 5f09898Copy full SHA for 5f09898
1 file changed
.github/workflows/main-release.yml
@@ -28,6 +28,6 @@ jobs:
28
run: npm run build
29
30
- name: Publish release
31
- run: npm publish
+ run: npm publish --access public
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments