Skip to content

Commit ee9c25f

Browse files
authored
Merge pull request #766 from bergie/fix_build
Fix JSR & NPM build
2 parents e2ca336 + 6d8e4e3 commit ee9c25f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to Cargo & JSR
1+
name: Publish to Cargo, JSR, & NPM
22

33
on:
44
push:
@@ -62,6 +62,8 @@ jobs:
6262
uses: actions/download-artifact@v4
6363
with:
6464
name: ts_code
65+
- name: Remove package.json
66+
run: rm package.json
6567
- name: Set up Deno
6668
uses: denoland/setup-deno@main
6769
with:
@@ -71,6 +73,7 @@ jobs:
7173

7274
publish-npm:
7375
runs-on: ubuntu-24.04
76+
needs: codegen
7477
permissions:
7578
contents: read
7679
id-token: write

0 commit comments

Comments
 (0)