Skip to content

Commit 316adfa

Browse files
committed
feat: update JSR to NPM conversion command to use latest version of jsr2npm
1 parent b10d4cb commit 316adfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: deno publish
3838

3939
- name: Run JSR to NPM conversion
40-
run: deno run -A https://raw.githubusercontent.com/yaonyan/jsr2npm/main/cli.ts
40+
run: npx -y @yaonyan/jsr2npm@latest
4141

4242
- name: Publish to npm
4343
run: |

0 commit comments

Comments
 (0)