diff --git a/.github/workflows/build-and-publish-images.yaml b/.github/workflows/build-and-publish-images.yaml index b70e71cd..0fe5da77 100644 --- a/.github/workflows/build-and-publish-images.yaml +++ b/.github/workflows/build-and-publish-images.yaml @@ -331,6 +331,10 @@ jobs: name: educates-darwin-amd64 path: client-programs + - name: Install Carvel tools + shell: bash + run: curl -L https://carvel.dev/install.sh | bash + - name: Publish client programs shell: bash run: |