Skip to content

Commit ab3d24e

Browse files
authored
chore: fix release workflow (#228)
1 parent 57e4d13 commit ab3d24e

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 "denobot@users.noreply.github.com"
3636
git config user.name "denobot"
37-
deno run -A jsr:@deno/rust-automation@0.21.0/publish-release --${{github.event.inputs.releaseKind}} eszip
37+
deno run -A jsr:@deno/rust-automation@0.21.0/tasks/publish-release --${{github.event.inputs.releaseKind}} eszip

0 commit comments

Comments
 (0)