Skip to content

Commit

Permalink
fix releaser (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk authored Oct 12, 2023
1 parent 7266aa2 commit b8ef66d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
- name: Update Chart Dependencies for redis-operator
run: helm dependency update charts/redis-operator

- name: List Changed Charts
id: list-changed
run: |
changed_charts=$(ct list-changed)
echo "Changed charts: $changed_charts"
echo "::set-output name=changed_charts::$changed_charts"
- name: Package and Release Charts
run: |
for CHART_DIR in $(find charts -maxdepth 1 -type d | tail --lines +2); do
Expand Down

0 comments on commit b8ef66d

Please sign in to comment.