Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
  • Loading branch information
aabouzaid committed Jun 10, 2024
1 parent ff2d908 commit ffa3b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -102,6 +101,7 @@ jobs:
--repo "${GITHUB_REPOSITORY}"
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

post-release:
needs: release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffa3b25

Please sign in to comment.