From a5d1c40e74680ce8461e957687ae2436492d64cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Lepp=C3=A4?= Date: Tue, 14 Jan 2025 06:31:26 +0200 Subject: [PATCH] Build --- .github/workflows/develop-release-charts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-release-charts.yaml b/.github/workflows/develop-release-charts.yaml index 69d1c59..b660a92 100644 --- a/.github/workflows/develop-release-charts.yaml +++ b/.github/workflows/develop-release-charts.yaml @@ -40,10 +40,10 @@ jobs: - name: Update versions run: | sed -i 's/version: .*/version: ${{ env.NEW_VERSION }}/g' ./charts/noheva/Chart.yaml && - sed -i 's/version: .*/version: ${{ env.NEW_VERSION }}/g' ./charts/noheva/charts/auth/Chart.yaml && + sed -i 's/version: .*/version: ${{ env.NEW_VERSION }}/g' ./charts/noheva/charts/noheva-auth/Chart.yaml && sed -i 's/version: .*/version: ${{ env.NEW_VERSION }}/g' ./charts/noheva/charts/noheva-api/Chart.yaml && sed -i 's/version: .*/version: ${{ env.NEW_VERSION }}/g' ./charts/noheva/charts/noheva-management/Chart.yaml && - git add ./charts/noheva/Chart.yaml ./charts/noheva/charts/auth/Chart.yaml ./charts/noheva/charts/noheva-api/Chart.yaml ./charts/noheva/charts/noheva-management/Chart.yaml + git add ./charts/noheva/Chart.yaml ./charts/noheva/charts/noheva-auth/Chart.yaml ./charts/noheva/charts/noheva-api/Chart.yaml ./charts/noheva/charts/noheva-management/Chart.yaml - name: Import Secrets id: import-secrets uses: hashicorp/vault-action@v2