From 6f9e689aef8be3072ec336b78e54f3060de5bc9e Mon Sep 17 00:00:00 2001 From: powerfool Date: Tue, 16 Apr 2024 14:21:49 +0800 Subject: [PATCH] fix(chart): update release charts workflow (#309) --- .github/workflows/deploy-docsite.yml | 2 +- .github/workflows/release-charts.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docsite.yml b/.github/workflows/deploy-docsite.yml index 3fbd1b3c9..ab8d6c70c 100644 --- a/.github/workflows/deploy-docsite.yml +++ b/.github/workflows/deploy-docsite.yml @@ -23,7 +23,7 @@ jobs: with: node-version: 18 cache: yarn - cache-dependency-path: './docsite' + cache-dependency-path: './docsite/yarn.lock' - name: Install dependencies run: cd docsite && yarn install --frozen-lockfile - name: Build website diff --git a/.github/workflows/release-charts.yml b/.github/workflows/release-charts.yml index 94f7d5c5d..d67bb3dc3 100644 --- a/.github/workflows/release-charts.yml +++ b/.github/workflows/release-charts.yml @@ -24,9 +24,10 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + uses: powerfooI/chart-releaser-action@v1.6.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: mark_as_latest: false - skip_existing: true \ No newline at end of file + skip_existing: true + index_path: docsite/static/index.yaml \ No newline at end of file