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 2b03c6c commit a9f2816Copy full SHA for a9f2816
.github/workflows/release.yml
@@ -34,4 +34,4 @@ jobs:
34
run: |
35
git config user.email "[email protected]"
36
git config user.name "denobot"
37
- deno run -A jsr:@deno/[email protected]/publish-release --${{github.event.inputs.releaseKind}}
+ deno run -A jsr:@deno/[email protected]/tasks/publish-release --${{github.event.inputs.releaseKind}}
0 commit comments