Skip to content

Commit

Permalink
chore: fix jsr release workflow (#3620)
Browse files Browse the repository at this point in the history
* chore: fix jsr release workflow

* remove the break
  • Loading branch information
yusukebe authored Nov 4, 2024
1 parent 3971f92 commit 791d07a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x

- uses: oven-sh/setup-bun@v2
- name: Publish to JSR
run: deno run -A jsr:@david/publish-on-tag@0.1.4
run: bunx deno run -A jsr:@david/publish-on-tag@0.1.4

0 comments on commit 791d07a

Please sign in to comment.