From af3a2fba4c1fdbf85035d1a8951c09fd0f0374e7 Mon Sep 17 00:00:00 2001 From: FillZpp Date: Mon, 25 Oct 2021 14:12:57 +0800 Subject: [PATCH] Update publish action yaml Signed-off-by: FillZpp --- .github/workflows/publish.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 862cd5c..fe8df64 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,11 +30,11 @@ jobs: git config user.email "actions@github.com" ## This is required to consider the old Circle-CI Index and to stay compatible with all the old releases. - - name: Fetch current Chart Index - run: | - git checkout origin/gh-pages index.yaml + # - name: Fetch current Chart Index + # run: | + # git checkout origin/gh-pages index.yaml - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.0 + uses: helm/chart-releaser-action@v1.2.1 with: config: "./.github/configs/cr.yaml" env: