From 2703ffef765728296693273eb52d1fd7a5038209 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 30 Mar 2022 13:49:58 +0200 Subject: [PATCH] Update charts-release.yaml --- .github/workflows/charts-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 6730c20c40d..596e02e91b3 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -76,6 +76,7 @@ jobs: if: | steps.collect-changes.outputs.changesDetected == 'true' run: | + pip install yq tools/build-release.sh -p env: CR_TOKEN: ${{ secrets.BOT_TOKEN }}