From 042923b350cce41f936ade9a71e8677eb1e324bb Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Wed, 7 Feb 2024 19:08:27 -0800 Subject: [PATCH] Fetch all repo history. This should let MinVer set the version correctly. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a7a08c..8382b29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: Check out uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up .NET uses: actions/setup-dotnet@v4