Skip to content

Commit

Permalink
fix(ci): publish to npm packge using --access public
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Nov 12, 2024
1 parent 852ebab commit 4b7e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- run: pnpm publish --provenance --no-git-checks
- run: pnpm publish --provenance --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 4b7e58b

Please sign in to comment.