Skip to content

Commit 3dc42f8

Browse files
committed
update cd
1 parent 175bfb0 commit 3dc42f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
fetch-depth: 0
5959
- name: Get helm chart version
60-
run: echo "CHART_VERSION=$(grep '^version:' charts/<project-name>/Chart.yaml | cut -d ":" -f2 | tr -d ' ')" >> $GITHUB_ENV
60+
run: echo "CHART_VERSION=$(grep '^version:' charts/deployment-operator/Chart.yaml | cut -d ":" -f2 | tr -d ' ')" >> $GITHUB_ENV
6161
- name: Docker meta
6262
id: meta
6363
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)