We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa1b2d commit 93772f0Copy full SHA for 93772f0
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
name: Install build dependencies
59
continue-on-error: false
60
run: |
61
- cargo install cargo-component --force --version {{ env.CARGO_COMPONENT_VERSION }}
+ cargo install cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
62
cargo install wkg --force
63
64
- name: Build the component
0 commit comments