Skip to content

Commit

Permalink
ci: Use most recent wasm-pack release
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Jul 20, 2023
1 parent 548a635 commit 76149a9
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 @@ -34,7 +34,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install wasm-pack
run: cargo install --git https://github.com/rustwasm/wasm-pack.git --rev d46d1c69b788956160deed5e4e603f4f2780ffcf
run: cargo install wasm-pack
- name: Build
run: |
yarn install
Expand Down

0 comments on commit 76149a9

Please sign in to comment.