From 57e0625a54560d78679557418b50107d2be1fc89 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 14:05:58 -0800 Subject: [PATCH] fetch-depth: 1 --- .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 2f2d56a2883..174fc69e590 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ inputs.ref || github.ref_name }} persist-credentials: false submodules: recursive - fetch-depth: 0 + fetch-depth: 1 - name: Configure Git run: |