Skip to content

Commit

Permalink
ci: set --access public for pnpm publish
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Feb 27, 2024
1 parent cb7eb95 commit 19e6647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: pnpm publish --provenance --no-git-checks
- run: pnpm publish --provenance --no-git-checks --access public
env:
NPM_CONFIG_PROVENANCE: 'true'
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 19e6647

Please sign in to comment.