Skip to content

Commit

Permalink
chore: fix release chart error (#8261)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Oct 11, 2024
1 parent 00ad81b commit 4fce447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
secrets: inherit

release-addons-cluster-chart:
needs: [ release-chart ]
needs: [ release-addons-chart ]
uses: apecloud/apecloud-cd/.github/workflows/trigger-workflow.yml@v0.1.62
with:
GITHUB_REPO: "apecloud/kubeblocks-addons"
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
secrets: inherit

release-addons-chart-ent:
needs: [ release-addons-chart ]
needs: [ release-chart ]
uses: apecloud/apecloud-cd/.github/workflows/release-charts-enterprise.yml@v0.1.53
with:
GITHUB_REPO: "apecloud/apecloud-addons"
Expand Down

0 comments on commit 4fce447

Please sign in to comment.