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 47da448 commit abab634Copy full SHA for abab634
1 file changed
.github/workflows/publish.yml
@@ -120,4 +120,4 @@ jobs:
120
run: deno task build:jsr ${{steps.vars.outputs.version}}
121
122
- name: Publish JSR
123
- run: deno publish --allow-dirty
+ run: deno publish --allow-dirty --token=${{ secrets.JSR_TOKEN }}
0 commit comments