We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfd019 commit 2bf3b51Copy full SHA for 2bf3b51
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,6 @@ jobs:
21
node-version: 16
22
registry-url: https://registry.npmjs.org/
23
cache: 'yarn'
24
- - run: npm publish
+ - run: yarn publish --access public
25
env:
26
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments