Skip to content

Commit 29c1560

Browse files
fix: we need the TEST_CHART_VERSION to be set on the modular-upgrade-minor (#4549)
1 parent b25daa4 commit 29c1560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/workflow-vars/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ runs:
130130
run: |
131131
# In the upgrade flow, the latest released chart for certain minor Camunda version will installed,
132132
# then upgraded from the PR branch to ensure upgradability.
133-
if [[ "${{ inputs.setup-flow }}" == 'upgrade-patch' || "${{ inputs.setup-flow }}" == 'upgrade-minor' ]]; then
133+
if [[ "${{ inputs.setup-flow }}" == 'upgrade-patch' || "${{ inputs.setup-flow }}" == 'upgrade-minor' || "${{ inputs.setup-flow }}" == 'modular-upgrade-minor' ]]; then
134134
if [[ -n "${{ inputs.chart-upgrade-version }}" ]]; then
135135
TEST_CHART_VERSION="${{ inputs.chart-upgrade-version }}"
136136
fi

0 commit comments

Comments
 (0)