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 72168ed commit 424d707Copy full SHA for 424d707
.github/workflows/publish.yml
@@ -18,6 +18,6 @@ jobs:
18
node-version: 12
19
registry-url: https://registry.npmjs.org
20
- name: 🚀 Publish
21
- run: npm publish --access publish
+ run: npm publish --access public
22
env:
23
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
0 commit comments