Skip to content

Commit

Permalink
Specify nightly on release
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio committed Apr 17, 2023
1 parent b45af71 commit a5208ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,12 @@ jobs:
version: 'latest'

- name: Build wasm
env:
RUSTUP_TOOLCHAIN: nightly
run: wasm-pack build ./mutiny-wasm --release --target web --scope mutinywallet

- name: Publish wasm
run: wasm-pack publish --access public -t web
env:
RUSTUP_TOOLCHAIN: nightly
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a5208ff

Please sign in to comment.