Skip to content

Commit e482cb7

Browse files
committed
try fix ci
1 parent fd9f8b8 commit e482cb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-jsr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Setup Deno
19+
uses: denoland/setup-deno@v2
20+
1821
- name: Publish package
19-
run: npx jsr publish
22+
run: deno publish

0 commit comments

Comments
 (0)