Skip to content

Commit

Permalink
CI: Fix hardcoding the wasm-pack version
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Nov 24, 2022
1 parent 95f23f4 commit 584aef3
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 @@ -265,7 +265,7 @@ jobs:
- name: Install wasm-pack
uses: jetli/[email protected]
with:
version: "latest"
version: ${{env.WASM_PACK_VERSION}}

- name: Install humane
uses: supplypike/setup-bin@v1
Expand Down

0 comments on commit 584aef3

Please sign in to comment.