diff --git a/.github/workflows/init-release.yaml b/.github/workflows/init-release.yaml index 96a4f944..2e67dd3f 100644 --- a/.github/workflows/init-release.yaml +++ b/.github/workflows/init-release.yaml @@ -50,7 +50,7 @@ jobs: set -ue find . -type f -name 'build.gradle.kts' -exec sed -i -E 's/version = "([0-9]+\.[0-9]+\.[0-9]+(-SNAPSHOT)?)"/version = "${{ inputs.TARGET_VERSION }}"/g' {} + find . -type f -name 'Chart.yaml' -exec sed -i -E 's/version: "[0-9]+\.[0-9]+\.[0-9]"/version: "${{ inputs.TARGET_VERSION }}"/g' {} + - find . -type f -name 'Chart.yaml' -exec sed -i -E 's/appVersion: "[0-9]+\.[0-9]+\.[0-9]"/version: "${{ inputs.TARGET_VERSION }}"/g' {} + + find . -type f -name 'Chart.yaml' -exec sed -i -E 's/appVersion: "[0-9]+\.[0-9]+\.[0-9]"/appVersion: "${{ inputs.TARGET_VERSION }}"/g' {} + git diff - name: Create pull request diff --git a/apps/helm-chart/src/Chart.yaml b/apps/helm-chart/src/Chart.yaml index 3f1492e2..3eab7095 100644 --- a/apps/helm-chart/src/Chart.yaml +++ b/apps/helm-chart/src/Chart.yaml @@ -3,7 +3,7 @@ name: nx-cloud-ce description: Nx Cloud Community Edition Helm Chart type: application version: "0.1.0" -version: "0.1.0" +appVersion: "0.1.0" keywords: - nx-cloud-ce home: https://github.com/clementguillot/nx-cloud-ce