Skip to content

Commit

Permalink
ci: force semantic-release to use buns runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jan 14, 2024
1 parent 3819b86 commit 339e5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
path: dist

- name: Deploy
run: bunx semantic-release
run: bunx --bun semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 339e5cf

Please sign in to comment.