Skip to content

Commit

Permalink
Move release.yml to use helm/kind-action as well (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb authored Feb 8, 2024
1 parent b4fce89 commit 679e825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
name: build-archives
path: build-archives
- name: Create k8s Kind Cluster
uses: engineerd/setup-kind@v0.5.0
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140
with:
version: "v0.11.1"
cluster_name: kind
- name: Load the SMI extension CLI and Images
run: |
mkdir -p $HOME/.linkerd2/bin
Expand Down

0 comments on commit 679e825

Please sign in to comment.