diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 52546388fd..b598db6a30 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -30,12 +30,9 @@ jobs: env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - name: Extract version number from Version.props + - name: Set helm chart appVersion from Version.props run: | export VERSION_PROPS=$(awk -F'[<>]' '/VersionPrefix/{print $3}' Version.props) - - - name: Set helm chart appVersion - run: | sed -i -e 's#Version.props#"'${VERSION_PROPS}'"#g' charts/garnet/Chart.yaml - name: Helm lint and package