From 01a60f7c22190833b26103e00567e272137c4c0a Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Mon, 28 Aug 2023 06:58:56 -0600 Subject: [PATCH] fetch-depth: 0 --- .github/workflows/dotnet-core.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index e8e8e6daa..3e7ffef93 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -16,7 +16,9 @@ jobs: steps: - uses: actions/checkout@v3 - + with: + fetch-depth: 0 #fetch-depth is needed for GitVersion + - name: Install and calculate the new version with GitVersion uses: gittools/actions/gitversion/setup@v0 with: