Skip to content

Commit

Permalink
fix: Set npm publish access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Sep 24, 2024
1 parent f841846 commit 4e10b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: denoland/setup-deno@v1
- run: deno run -A scripts/npm.ts
- run: deno publish
- run: npm publish --provenance
- run: npm publish --provenance --access public
working-directory: ./npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4e10b27

Please sign in to comment.