From 7c659f21464df3845917335a9c48893024141023 Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Tue, 15 Oct 2024 13:21:42 +0100 Subject: [PATCH] gha(helm-release): try fetch-depth Signed-off-by: Michal Fiedorowicz --- .github/workflows/helm-release.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index cdd03e10..2bd135cd 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -20,16 +20,17 @@ jobs: helm-release: runs-on: ubuntu-latest timeout-minutes: 10 -# defaults: -# run: -# working-directory: charts + defaults: + run: + working-directory: charts steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Helm uses: azure/setup-helm@v4.2.0 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - charts_dir: charts