Skip to content

Commit

Permalink
chore: add provenance to npm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
azurebot committed May 25, 2024
1 parent 7122be3 commit 4b9feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm publish
npm publish --provenance
- name: Publish jsr package
run: npx jsr publish --allow-slow-types

0 comments on commit 4b9feda

Please sign in to comment.