Skip to content

Commit

Permalink
add --public flag to npm publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveneman committed Nov 10, 2024
1 parent 361a9e2 commit 56677aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
cache: 'npm'
registry-url: https://registry.npmjs.org/
- run: npm install --ignore-scripts --no-audit --no-fund
- run: npm run build
- run: npm publish
- run: npm publish --public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 56677aa

Please sign in to comment.