We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808013b commit ac9d58bCopy full SHA for ac9d58b
.github/workflows/release.yml
@@ -36,4 +36,4 @@ jobs:
36
run: |
37
git config user.email "denobot@users.noreply.github.com"
38
git config user.name "denobot"
39
- deno run -A jsr:@deno/rust-automation@0.21.0/tasks/publish-release --${{github.event.inputs.releaseKind}} deno_graph
+ deno run -A jsr:@deno/rust-automation@0.22/tasks/publish-release --${{github.event.inputs.releaseKind}} deno_graph
0 commit comments