From 91103e21cc4d1cbe72c70ad7d3f81e3e2506d23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 24 Jul 2024 14:49:09 -0700 Subject: [PATCH] github(publish_test): download tags and depth to 100 --- .github/workflows/publish_test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index 76ed25b12..4902c9759 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -9,6 +9,9 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 + with: + fetch-tags: true + fetch-depth: 100 - name: Set up Python id: setup_python uses: actions/setup-python@v4