Skip to content

Commit

Permalink
ci: update publish command with provenance and public access
Browse files Browse the repository at this point in the history
  • Loading branch information
cascading-jox committed Jan 17, 2025
1 parent 8e53a53 commit 2050eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write

jobs:
release-please:
Expand Down Expand Up @@ -47,4 +48,4 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish --no-git-checks
run: pnpm publish --no-git-checks --provenance --access public

0 comments on commit 2050eb4

Please sign in to comment.