diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 218f4aa..14105d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,9 +67,9 @@ jobs: wget -nv -nc -O yq https://github.com/mikefarah/yq/releases/download/v4.20.2/yq_linux_amd64 chmod +x yq - name: Update chart version - run: ./yq -i e '.version = "${{ needs.semantic-release.outputs.release-version }}"' Chart.yaml + run: ./yq -i e '.version = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml - name: Update app version - run: ./yq -i e '.appVersion = "${{ needs.semantic-release.outputs.release-version }}"' Chart.yaml + run: ./yq -i e '.appVersion = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml - name: Set up Helm uses: azure/setup-helm@v1 with: