Skip to content

Commit

Permalink
trying to fix CI - round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Oct 16, 2024
1 parent 495f199 commit 2242e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
pip install pybump
- name: Update Helm deps
run: scripts/update_chart_deps.sh
run: sh scripts/update_chart_deps.sh

- name: Bump Chart Versions
run: scripts/bump_charts.sh
run: sh scripts/bump_charts.sh

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 2242e9e

Please sign in to comment.