Skip to content

Commit 93772f0

Browse files
committed
Update publish.yml
1 parent 0fa1b2d commit 93772f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Install build dependencies
5959
continue-on-error: false
6060
run: |
61-
cargo install cargo-component --force --version {{ env.CARGO_COMPONENT_VERSION }}
61+
cargo install cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
6262
cargo install wkg --force
6363
6464
- name: Build the component

0 commit comments

Comments
 (0)