We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae37db commit 41051b0Copy full SHA for 41051b0
.github/workflows/release.yml
@@ -24,5 +24,6 @@ jobs:
24
bun publish --ignore-scripts --access=public
25
env :
26
NPM_CONFIG_TOKEN: ${{ secrets.NPM_CONFIG_TOKEN }}
27
+ NPM_CONFIG_PROVENANCE: true
28
- name: Publish to JSR
29
run: bunx jsr publish --allow-dirty
0 commit comments