Skip to content

Commit 6e7c009

Browse files
authored
revert: workaround change from release branch (#4584)
1 parent bd96347 commit 6e7c009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Create a tmp file and ensure it's empty.
5151
echo "" > "${matrix_file}"
5252
53-
echo '${{ steps.generate-chart-versions.outputs.matrix }}' | jq -cr '.include.[5].version' | while read -r dir_id; do
53+
echo '${{ steps.generate-chart-versions.outputs.matrix }}' | jq -cr '.include.[0].version' | while read -r dir_id; do
5454
chart_file="charts/camunda-platform-${dir_id}/Chart.yaml"
5555
5656
# Extract version info.

0 commit comments

Comments
 (0)