Skip to content

Commit

Permalink
Bug fix on release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Feb 24, 2023
1 parent 33d3945 commit e82eabe
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 @@ -28,7 +28,7 @@ jobs:
- name: install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
toolchain: ${{ vars.RUST_TOOLCHAIN }}
targets: wasm32-unknown-unknown
- name: install Trunk
uses: jetli/[email protected]
Expand Down

0 comments on commit e82eabe

Please sign in to comment.