Skip to content

Commit ec10bc8

Browse files
authored
chore: update .github/workflows/release.yml
1 parent 886afd1 commit ec10bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
BINARY: yq_linux_amd64
128128
- name: Update config-db version in Incident-commander-chart
129129
run: |
130-
cd incident-commander
130+
cd incident-commander-chart
131131
yq eval-all -i '(.dependencies[] | select(.name == "config-db")) ref $d | $d.version = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml
132132
- name: Push changes to chart repo
133133
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)