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 20cb0f0 commit d321c6fCopy full SHA for d321c6f
.github/workflows/publish.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Build
21
run: yarn build
22
- name: Publish
23
- run: npm publish .
+ run: npm publish --access=public
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments