From c3e91fb3579be057da92914422775d193b364207 Mon Sep 17 00:00:00 2001 From: shuting Date: Mon, 12 Sep 2022 15:36:46 +0800 Subject: [PATCH] update helm releases path (#4596) Signed-off-by: ShutingZhao Signed-off-by: ShutingZhao --- .github/workflows/helm-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 704753dcdd..c26fdec10a 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -53,6 +53,12 @@ jobs: if [[ "$RELEASE_VERSION" = "kyverno-chart-v"* ]]; then cp -a charts/kyverno charts-tmp/kyverno fi + if [[ "$RELEASE_VERSION" = "kyverno-policies-chart-"* ]]; then + cp -a charts/kyverno-policies charts-tmp/kyverno-policies + fi + if [[ "$RELEASE_VERSION" = "kyverno-chart-"* ]]; then + cp -a charts/kyverno charts-tmp/kyverno + fi - name: Run chart-releaser uses: stefanprodan/helm-gh-pages@b43a8719cc63fdb3aa943cc57359ab19118eab3f #v1.5.0