Skip to content

Commit

Permalink
Correct wasm version variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 10, 2024
1 parent a659b31 commit a8d6619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Install dependencies
uses: jetli/[email protected]
with:
version: ${{ env.PACK_VERSION }}
version: ${{ env.WASM-PACK_VERSION }}

- name: install node
uses: actions/setup-node@v4
Expand Down

0 comments on commit a8d6619

Please sign in to comment.