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 ef608b7 commit 896eb13Copy full SHA for 896eb13
.github/workflows/npm-publish.yml
@@ -17,6 +17,6 @@ jobs:
17
- run: yarn
18
- run: yarn test
19
- run: yarn build
20
- - run: yarn publish
+ - run: yarn publish --access public
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments