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 9547daa commit a1c142bCopy full SHA for a1c142b
.github/workflows/publish.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Install and build
18
run: npm ci && npm run build
19
- name: Publish package
20
- run: npm publish
+ run: npm publish --access public
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments