Skip to content

Commit a9f2816

Browse files
authored
chore: fix release workflow (#1459)
1 parent 2b03c6c commit a9f2816

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}}
37+
deno run -A jsr:@deno/[email protected]/tasks/publish-release --${{github.event.inputs.releaseKind}}

0 commit comments

Comments
 (0)