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 b99fc19 commit a02c4f4Copy full SHA for a02c4f4
.github/workflows/ci.yml
@@ -53,6 +53,6 @@ jobs:
53
run: |
54
npm install
55
npm run build --if-present
56
- npm publish --provenance
+ npm publish --provenance --access public
57
env:
58
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments