Skip to content

Commit 93340fe

Browse files
committed
ci: use deno publish
1 parent 0b2564b commit 93340fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ jobs:
2828
id-token: write
2929
steps:
3030
- uses: actions/checkout@v4
31+
- uses: denoland/setup-deno@v1
32+
with:
33+
deno-version: v1.41
3134
- name: Publish package
32-
run: npx jsr publish --allow-slow-types
35+
run: deno publish --allow-slow-types

0 commit comments

Comments
 (0)