Skip to content

Commit

Permalink
setup auto publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Nov 11, 2023
1 parent 769f491 commit cbcace7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ jobs:
run: cd standalone_wasm/pkg && npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish crates
run: cargo publish -p malva
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit cbcace7

Please sign in to comment.