Skip to content

Commit 3f79f48

Browse files
committed
fix: use npx instead of bunx and set provenance
1 parent 98d5f81 commit 3f79f48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
- name: Release
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
run: bunx semantic-release
36+
NPM_CONFIG_PROVENANCE: true
37+
run: npx semantic-release

0 commit comments

Comments
 (0)