Skip to content

Commit

Permalink
fix: use bun in place of pnpm in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 15, 2024
1 parent e041448 commit 6720dbc
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 @@ -47,7 +47,7 @@ jobs:
submodules: recursive
- uses: ./.github/actions/setup
- run: make all
- run: pnpm semantic-release
- run: bun x semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6720dbc

Please sign in to comment.