From 3dfcfe2db4ab128b7406a515a5228925eaffc772 Mon Sep 17 00:00:00 2001 From: Thomas Finnie Date: Wed, 29 Jan 2025 16:48:00 +0000 Subject: [PATCH] Also need a deeper tags fetch --- .github/workflows/distribute_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute_package.yml b/.github/workflows/distribute_package.yml index 460cfc4b..7b58fbd2 100644 --- a/.github/workflows/distribute_package.yml +++ b/.github/workflows/distribute_package.yml @@ -124,7 +124,7 @@ jobs: - name: Fetch tag annotations run: | # Fetch tag manually because fetch-tags option for checkout@v4 does not work - git fetch --force --tags --depth 1 + git fetch --force --tags --depth 500 - id: read_tag name: Set VERSION env variable if: ${{ startsWith(github.ref, 'refs/tags') }}