Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy committed Oct 1, 2023
1 parent ffd42d6 commit 505e9cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
ref: tags/v0.89.0
ref: df248a7128f4318480a3685ba7a04cde8771fd93

- name: Authenticate to Google Cloud
id: google-auth
Expand All @@ -118,7 +117,7 @@ jobs:
run: k3d cluster create mirror --agents 1 --wait --image rancher/k3s:v1.27.4-k3s1

- name: Get tag
run: echo "TAG=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
run: echo "TAG=0.89.0" >> $GITHUB_ENV

- name: Install kubectl
run: curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
Expand Down

0 comments on commit 505e9cb

Please sign in to comment.