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 d654fcc commit 12dd65eCopy full SHA for 12dd65e
.github/workflows/deploy-npm.yaml
@@ -19,6 +19,6 @@ jobs:
19
20
- run: yarn
21
- run: yarn build
22
- - run: yarn npm publish --access public
+ - run: yarn npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments