Skip to content

Commit

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

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

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

0 comments on commit 495f199

Please sign in to comment.