Skip to content

Commit

Permalink
Fix Everest release CI
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Oct 29, 2024
1 parent 687139f commit 9f70e3c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/everest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ jobs:
with:
version: v3.4.0

- name: Run chart-releaser
uses: helm/[email protected]
- name: Release chart
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Release sub-chart
uses: helm/[email protected]
with:
charts_dir: charts/everest/charts
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9f70e3c

Please sign in to comment.