Skip to content

Commit 45a2d10

Browse files
authored
chore: fix release workflow (#94)
1 parent fe0c1aa commit 45a2d10

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
@@ -36,4 +36,4 @@ jobs:
3636
run: |
3737
git config user.email "denobot@users.noreply.github.com"
3838
git config user.name "denobot"
39-
deno run -A jsr:@deno/rust-automation@0.22.0/publish-release --${{github.event.inputs.releaseKind}} deno_cache_dir
39+
deno run -A jsr:@deno/rust-automation@0.22.0/tasks/publish-release --${{github.event.inputs.releaseKind}} deno_cache_dir

0 commit comments

Comments
 (0)