0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-24 11:07:29 +01:00

chore: fix jsr release workflow (#3620)

* chore: fix jsr release workflow

* remove the break
This commit is contained in:
Yusuke Wada 2024-11-04 14:32:41 +09:00 committed by GitHub
parent 3971f92878
commit 791d07a9e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,11 +16,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install deno - name: Install deno
uses: denoland/setup-deno@v2 uses: denoland/setup-deno@v2
with: with:
deno-version: v2.x deno-version: v2.x
- uses: oven-sh/setup-bun@v2
- name: Publish to JSR - 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