We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e4d13 commit ab3d24eCopy full SHA for ab3d24e
.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.21.0/publish-release --${{github.event.inputs.releaseKind}} eszip
+ deno run -A jsr:@deno/rust-automation@0.21.0/tasks/publish-release --${{github.event.inputs.releaseKind}} eszip
0 commit comments