This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch fix_release_docker
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/fix_release_docker by this 
push:
     new 9783620367 fetch-depth:0
9783620367 is described below

commit 9783620367c755f98ed503658d576f714e158146
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Fri Apr 5 12:59:47 2024 -0700

    fetch-depth:0
---
 .github/workflows/docker-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 6f703d86e5..9ad8b8abe1 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -56,7 +56,7 @@ jobs:
         with:
           persist-credentials: false
           tags: true
-          depth: 0
+          fetch-depth: 0
 
       - name: Setup supersetbot
         uses: ./.github/actions/setup-supersetbot/

Reply via email to