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 3b8a8ab commit f554945Copy full SHA for f554945
.github/workflows/npm-publish.yml
@@ -60,6 +60,6 @@ jobs:
60
run: yarn build
61
62
- name: Publish to NPM
63
- run: yarn publish
+ run: yarn publish --access public
64
env:
65
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments