Skip to content

Commit

Permalink
Merge pull request #36 from catenax-ng/chore/extend-helm-release-work…
Browse files Browse the repository at this point in the history
…flow

chore(helm):[-] Fix Helm release action
  • Loading branch information
ds-jkreutzfeld authored Nov 27, 2022
2 parents 3072312 + d960625 commit f070171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f070171

Please sign in to comment.