From fb976b309a8df23a13908dc033cef2a5abe3f293 Mon Sep 17 00:00:00 2001 From: Bas Dingemans Date: Fri, 29 Dec 2023 01:07:31 +0100 Subject: [PATCH] Added extra git fetch step --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 720dd5a..535e130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,10 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-tags: true + - run: | + git fetch --unshallow --tags + echo $? + git tag --list - name: Get package properties