Skip to content

Commit

Permalink
add katalyst sub chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
luomingmeng committed Jan 15, 2024
1 parent 46fbf38 commit f484d22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run katalyst-sub-chart-releaser
uses: helm/[email protected]
with:
skip_existing: false
charts_dir: charts/katalyst/charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit f484d22

Please sign in to comment.