diff --git a/.github/workflows/publish-helm-charts-edge.yml b/.github/workflows/publish-helm-charts-edge.yml index 8bc09d9..313fc1f 100644 --- a/.github/workflows/publish-helm-charts-edge.yml +++ b/.github/workflows/publish-helm-charts-edge.yml @@ -210,7 +210,7 @@ jobs: uses: docker://mikefarah/yq with: args: - yq write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ steps.helm-chart-next-semver.outputs.next-semver }} + write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ steps.helm-chart-next-semver.outputs.next-semver }} # NOTE: workaround for https://github.com/helm/chart-releaser/issues/95 - name: Create Chart.lock ⚙️ diff --git a/.github/workflows/publish-helm-charts-release.yml b/.github/workflows/publish-helm-charts-release.yml index 52b46c7..681f918 100644 --- a/.github/workflows/publish-helm-charts-release.yml +++ b/.github/workflows/publish-helm-charts-release.yml @@ -152,7 +152,7 @@ jobs: uses: docker://mikefarah/yq with: args: - yq write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ needs.setup.outputs.helm-charts-new-semver }} + write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ needs.setup.outputs.helm-charts-new-semver }} # NOTE: workaround for https://github.com/helm/chart-releaser/issues/95 - name: Create Chart.lock ⚙️