From da457736b4c2722bee3cab4df3006ee574eba95c Mon Sep 17 00:00:00 2001 From: James Friel Date: Mon, 3 Feb 2025 10:57:33 +0000 Subject: [PATCH] unshallow history --- .github/workflows/dotnet-core.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 93a464d..f235cca 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -22,6 +22,7 @@ jobs: - name: Fetch RDMP latest tag run: | cd RDMP + git fetch --prune --unshallow $LATEST_TAG = git rev-list --tags --max-count=1 |git describe --tags git checkout $LATEST_TAG echo $LATEST_TAG