Skip to content

Commit c771385

Browse files
committed
Publish using deno instead of node
1 parent 949f6b0 commit c771385

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- name: Setup Deno
20+
uses: denoland/setup-deno@v1
21+
with:
22+
deno-version: v1.x
23+
1924
- name: Publish package
20-
run: npx jsr publish
25+
run: deno publish

0 commit comments

Comments
 (0)