Skip to content

Commit

Permalink
chore: deno install before jsr publishing (#3621)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Nov 4, 2024
1 parent 791d07a commit 7c050b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- uses: oven-sh/setup-bun@v2
- run: deno install --no-lock --allow-scripts
- name: Publish to JSR
run: bunx deno run -A jsr:@david/[email protected]
run: deno run -A jsr:@david/[email protected]

0 comments on commit 7c050b2

Please sign in to comment.