0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

chore: deno install before jsr publishing (#3621)

This commit is contained in:
Yusuke Wada 2024-11-04 14:50:26 +09:00 committed by GitHub
parent 791d07a9e5
commit 7c050b2840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/publish-on-tag@0.1.4
run: deno run -A jsr:@david/publish-on-tag@0.1.4