Skip to content

Commit

Permalink
Fix nightly version on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio committed Apr 27, 2023
1 parent 2a4316a commit 9e1c3eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-04-16
components: clippy
target: wasm32-unknown-unknown
override: true
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-04-16
components: clippy
target: wasm32-unknown-unknown
override: true
Expand All @@ -68,11 +68,11 @@ jobs:

- name: Build wasm
env:
RUSTUP_TOOLCHAIN: nightly
RUSTUP_TOOLCHAIN: nightly-2023-04-16
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
RUSTUP_TOOLCHAIN: nightly-2023-04-16
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9e1c3eb

Please sign in to comment.