Skip to content

Commit

Permalink
Fix release action install steps (#1857)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 authored Apr 14, 2022
1 parent e40929e commit 06bcef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v3

- name: "install kubebuilder"
run: ./hack/install-kubebuilder.sh
run: ./hack/install/install-kubebuilder.sh

- name: "install kustomize"
run: ./hack/install-kustomize.sh
run: ./hack/install/install-kustomize.sh

- uses: docker/[email protected]
- uses: docker/[email protected]
Expand Down

0 comments on commit 06bcef6

Please sign in to comment.