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 886afd1 commit ec10bc8Copy full SHA for ec10bc8
.github/workflows/release.yml
@@ -127,7 +127,7 @@ jobs:
127
BINARY: yq_linux_amd64
128
- name: Update config-db version in Incident-commander-chart
129
run: |
130
- cd incident-commander
+ cd incident-commander-chart
131
yq eval-all -i '(.dependencies[] | select(.name == "config-db")) ref $d | $d.version = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml
132
- name: Push changes to chart repo
133
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments