Skip to content

Commit de683f3

Browse files
committed
trying fix deno command
1 parent df20aba commit de683f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jsr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: curl -fsSL https://deno.land/install.sh | sh
5252

5353
- name: Publish JSR package using Deno
54-
run: deno publish --allow-slow-types --allow-dirty
54+
run: /home/runner/.deno/bin/deno publish --allow-slow-types --allow-dirty

0 commit comments

Comments
 (0)