From efdfb74dc3a30d1f53a43a0b4b6690716e366106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 5 Apr 2024 08:32:29 -0700 Subject: [PATCH] github: increase fetch-depth to 100 for test publish --- .github/workflows/publish_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index ce43620da..88ccd847d 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.event.inputs.gitref }} fetch-tags: true - fetch-depth: 50 + fetch-depth: 100 - name: Set up Python id: setup_python uses: actions/setup-python@v4