From 02a484de58888aae2c6cd0b507e789033c3169b5 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 16:04:57 -0800 Subject: [PATCH] fix depth 0 --- .github/workflows/superset-helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 0b8cf010a99..ea1f857aeb4 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ inputs.ref || github.ref_name }} persist-credentials: true submodules: recursive - fetch-depth: 1 + fetch-depth: 0 - name: Configure Git run: |