Skip to content

Commit 8db4e86

Browse files
committed
fix: use env var in go install step
1 parent e54c326 commit 8db4e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ jobs:
128128
cache: false
129129
- name: Run go install
130130
run: go install github.com/loft-sh/cluster-api-provider-vcluster@"$RELEASE_VERSION"
131+
env:
132+
RELEASE_VERSION: ${{ steps.get_version.outputs.release_version }}

0 commit comments

Comments
 (0)