Skip to content

Commit a9a35a9

Browse files
committed
fix: Update command to match order in array
1 parent 0787354 commit a9a35a9

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)