Skip to content

Commit 56677aa

Browse files
committed
add --public flag to npm publish job
1 parent 361a9e2 commit 56677aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
cache: "npm"
28+
cache: 'npm'
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm install --ignore-scripts --no-audit --no-fund
3131
- run: npm run build
32-
- run: npm publish
32+
- run: npm publish --public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)