Skip to content

Commit 3ef3c30

Browse files
authored
chore: fix release workflow (#743)
1 parent 8d55c85 commit 3ef3c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: |
3535
git config user.email "[email protected]"
3636
git config user.name "denobot"
37-
deno run -A jsr:@deno/[email protected]/publish-release --${{github.event.inputs.releaseKind}} deno_doc
37+
deno run -A jsr:@deno/[email protected]/tasks/publish-release --${{github.event.inputs.releaseKind}} deno_doc

0 commit comments

Comments
 (0)