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.
--public
1 parent 361a9e2 commit 56677aaCopy full SHA for 56677aa
.github/workflows/release.yml
@@ -25,10 +25,10 @@ jobs:
25
- uses: actions/checkout@v4
26
- uses: actions/setup-node@v4
27
with:
28
- cache: "npm"
+ cache: 'npm'
29
registry-url: https://registry.npmjs.org/
30
- run: npm install --ignore-scripts --no-audit --no-fund
31
- run: npm run build
32
- - run: npm publish
+ - run: npm publish --public
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments