Merge pull request #766 from bergie/fix_build

Fix JSR & NPM build
This commit is contained in:
Tom Fifield 2025-09-11 07:19:09 +10:00 committed by GitHub
commit ee9c25ffe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Publish to Cargo & JSR
name: Publish to Cargo, JSR, & NPM
on:
push:
@ -62,6 +62,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ts_code
- name: Remove package.json
run: rm package.json
- name: Set up Deno
uses: denoland/setup-deno@main
with:
@ -71,6 +73,7 @@ jobs:
publish-npm:
runs-on: ubuntu-24.04
needs: codegen
permissions:
contents: read
id-token: write