Skip to content

Commit

Permalink
publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Nov 29, 2024
1 parent e57cfd3 commit 116d924
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
working-directory: ./expression-js
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install dependencies
Expand All @@ -27,3 +31,7 @@ jobs:
run: npm run build
- name: Package
run: wasm-pack pack
- name: Publish
run: wasm-pack publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 116d924

Please sign in to comment.