We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20aba commit de683f3Copy full SHA for de683f3
.github/workflows/jsr-deploy.yml
@@ -51,4 +51,4 @@ jobs:
51
run: curl -fsSL https://deno.land/install.sh | sh
52
53
- name: Publish JSR package using Deno
54
- run: deno publish --allow-slow-types --allow-dirty
+ run: /home/runner/.deno/bin/deno publish --allow-slow-types --allow-dirty
0 commit comments