We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd96347 commit 6e7c009Copy full SHA for 6e7c009
.github/workflows/chart-release.yaml
@@ -50,7 +50,7 @@ jobs:
50
# Create a tmp file and ensure it's empty.
51
echo "" > "${matrix_file}"
52
53
- echo '${{ steps.generate-chart-versions.outputs.matrix }}' | jq -cr '.include.[5].version' | while read -r dir_id; do
+ echo '${{ steps.generate-chart-versions.outputs.matrix }}' | jq -cr '.include.[0].version' | while read -r dir_id; do
54
chart_file="charts/camunda-platform-${dir_id}/Chart.yaml"
55
56
# Extract version info.
0 commit comments