Skip to content

Commit

Permalink
change the order of sub charts and whole chart releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
luomingmeng committed Jan 16, 2024
1 parent 69c0e10 commit bc3257e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
with:
version: v3.10.0

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

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

0 comments on commit bc3257e

Please sign in to comment.