From d96062580810962a6877ed07e3414e46c7aff77c Mon Sep 17 00:00:00 2001 From: Jan Kreutzfeld Date: Sun, 27 Nov 2022 11:28:49 +0100 Subject: [PATCH] chore(helm):[-] Fix Helm release action --- .github/workflows/helm-chart-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-release.yaml b/.github/workflows/helm-chart-release.yaml index fc1d607885..2f8423f42b 100644 --- a/.github/workflows/helm-chart-release.yaml +++ b/.github/workflows/helm-chart-release.yaml @@ -62,7 +62,7 @@ jobs: echo "Exported $chartVersion helm charts version" release: - needs: "get-helm-charts-versions" + needs: ["get-helm-charts-versions-irs", "get-helm-charts-versions-edc"] if: needs.get-helm-charts-versions-irs.outputs.latest_version != needs.get-helm-charts-versions-irs.outputs.current_version || needs.get-helm-charts-versions-edc.outputs.latest_version != needs.get-helm-charts-versions-edc.outputs.current_version # depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token