Skip to content

Commit 1b23d05

Browse files
authored
Merge pull request #151 from weaveworks/fix-update-chart
fix: Update command to match order in array
2 parents 0787354 + a9a35a9 commit 1b23d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Update pipeline-controller chart version
7474
uses: mikefarah/[email protected]
7575
with:
76-
cmd: yq -i '.dependencies[2].version = "${{ github.event.registry_package.package_version.container_metadata.tag.name }}"' charts/mccp/Chart.yaml
76+
cmd: yq -i '.dependencies[3].version = "${{ github.event.registry_package.package_version.container_metadata.tag.name }}"' charts/mccp/Chart.yaml
7777
- name: Login to GitHub Container Registry
7878
uses: docker/login-action@v2
7979
with:

0 commit comments

Comments
 (0)