From de38a35189dfd082dcecfcea34c411f0d1e77379 Mon Sep 17 00:00:00 2001 From: naison <895703375@qq.com> Date: Thu, 13 Feb 2025 10:40:33 +0000 Subject: [PATCH] Revert "chore: upload charts to repo charts" This reverts commit 2793ab20e68fced42aae01276a55a13412e29c76. --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d590c605..fb9777ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -220,16 +220,4 @@ jobs: --charts-repo https://github.com/$owner/$repo \ --pages-branch master \ --pages-index-path charts/index.yaml \ - --push - # upload charts to repo kubenetworks/charts root(/) dir not dir /charts - repo="charts" - ./cr index \ - --owner "$owner" \ - --git-repo "$repo" \ - --token "${{ secrets.CREATE_HELM_PR }}" \ - --release-name-template "v{{ .Version }}" \ - --index-path ./index.yaml \ - --charts-repo https://github.com/$owner/$repo \ - --pages-branch master \ - --pages-index-path index.yaml \ --push \ No newline at end of file