Skip to content

Commit

Permalink
fix: use env var in go install step
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Jan 14, 2025
1 parent 1ede519 commit 0df5610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ jobs:
cache: false
- name: Run go install
run: go install github.com/loft-sh/cluster-api-provider-vcluster@"$RELEASE_VERSION"
env:
RELEASE_VERSION: ${{ steps.get_version.outputs.release_version }}

0 comments on commit 0df5610

Please sign in to comment.