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 6032226 commit 9c1bbdcCopy full SHA for 9c1bbdc
.github/workflows/publish.yaml
@@ -25,6 +25,6 @@ jobs:
25
registry-url: "https://registry.npmjs.org"
26
- run: npm ci
27
- run: npm run build
28
- - run: npm publish
+ - run: npm publish --access public
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments