diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index 16c87e0786..fa44f78c08 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -37,9 +37,8 @@ jobs: - name: Remove Dev Comments run: | TARGET_FILES=( - "charts/camunda-platform/values/*" - "charts/camunda-platform/values.yaml" - "charts/camunda-platform/Chart.yaml" + "charts/camunda-platform*/values*.yaml" + "charts/camunda-platform*/Chart.yaml" ) for FILE in "${TARGET_FILES[@]}"; do sed -i '/# START DEV COMMENT/,/# END DEV COMMENT/d' $FILE @@ -102,6 +101,7 @@ jobs: --repo "${GITHUB_REPOSITORY}" env: GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + post-release: needs: release runs-on: ubuntu-latest diff --git a/.tool-versions b/.tool-versions index 8399ca4afb..441adc5480 100644 --- a/.tool-versions +++ b/.tool-versions @@ -5,7 +5,7 @@ kustomize 5.4.2 golang 1.22.4 # Task is mainly used to run tests locally or in the CI pipeline. task 3.30.1 -gomplate 3.11.8 +gomplate v3.11.8 git-chglog 0.15.4 yq 4.44.1 yamllint 1.35.1