We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d55c85 commit 3ef3c30Copy full SHA for 3ef3c30
.github/workflows/release.yml
@@ -34,4 +34,4 @@ jobs:
34
run: |
35
git config user.email "denobot@users.noreply.github.com"
36
git config user.name "denobot"
37
- deno run -A jsr:@deno/rust-automation@0.22.0/publish-release --${{github.event.inputs.releaseKind}} deno_doc
+ deno run -A jsr:@deno/rust-automation@0.22.0/tasks/publish-release --${{github.event.inputs.releaseKind}} deno_doc
0 commit comments