Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
add step to update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <mayank.shah@percona.com>
  • Loading branch information
mayankshah1607 committed Oct 29, 2024
1 parent 1885c59 commit 824d1a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
run: |
cd charts/everest
make release-dev
helm dependency update
- name: Prepare release
if: ${{ env.IS_RC == '0' }}
run: |
cd charts/everest
make release
helm dependency update
- name: Install Helm
uses: azure/setup-helm@v1
Expand Down

0 comments on commit 824d1a6

Please sign in to comment.