We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ca336 + 6d8e4e3 commit ee9c25fCopy full SHA for ee9c25f
1 file changed
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish to Cargo & JSR
+name: Publish to Cargo, JSR, & NPM
2
3
on:
4
push:
@@ -62,6 +62,8 @@ jobs:
62
uses: actions/download-artifact@v4
63
with:
64
name: ts_code
65
+ - name: Remove package.json
66
+ run: rm package.json
67
- name: Set up Deno
68
uses: denoland/setup-deno@main
69
@@ -71,6 +73,7 @@ jobs:
71
73
72
74
publish-npm:
75
runs-on: ubuntu-24.04
76
+ needs: codegen
77
permissions:
78
contents: read
79
id-token: write
0 commit comments