From 2033003470b3f88d5acf09ac752c7462fb7fbf49 Mon Sep 17 00:00:00 2001 From: Nick Cross Date: Fri, 1 May 2026 19:43:47 +0100 Subject: [PATCH] Fetch tags regardless of fetch-depth --- .github/workflows/maven-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 29a2115..a58c6e0 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -77,6 +77,7 @@ jobs: ref: '${{ env.FINAL_REF }}' fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false + fetch-tags: true - name: Configure Git User run: |