From 158de6f20b132bb6db7e44375b416669f5957eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 5 Apr 2024 08:25:37 -0700 Subject: [PATCH] github: fetch-tags and increase fetch-depth for test publish --- .github/workflows/publish_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index fef6011c3..ce43620da 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -15,6 +15,8 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.gitref }} + fetch-tags: true + fetch-depth: 50 - name: Set up Python id: setup_python uses: actions/setup-python@v4