Skip to content

Commit

Permalink
fix(ci): install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernxst committed Jun 22, 2024
1 parent 8c95e3c commit 11d85e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ jobs:
uses: oven-sh/setup-bun@v1
with:
bun-version: latest


- name: 📤 Install dependencies
run: bun install

- name: 🌍 Publish to JSR
run: bunx jsr publish
working-directory: packages/msw-ssr-interceptor

0 comments on commit 11d85e0

Please sign in to comment.