From 9407721a41d24cefa835208b5e8e9e0b4b082854 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lenain Date: Wed, 31 Jul 2024 12:43:17 +0200 Subject: [PATCH] Solve #137 by fetching all tags and history of repo in checkout action (#140) Co-authored-by: Jean-Philippe Lenain --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cfc2962..731ac669 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Check out source repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python environment uses: actions/setup-python@v5 with: