Skip to content

Commit

Permalink
Merge pull request #275 from zhang-accounting/chore/fix-wasm-ci
Browse files Browse the repository at this point in the history
chore: fix the command of publishing to npm
  • Loading branch information
Kilerd authored Mar 27, 2024
2 parents 9ce992b + 098a2cc commit c390ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: publish to npm
run: wasm-pack build
run: wasm-pack publish
working-directory: ./bindings/wasm

0 comments on commit c390ef1

Please sign in to comment.