From ca34a5a0d90d5a6d965f6f4a42f8c50900a12ab5 Mon Sep 17 00:00:00 2001 From: alexmg Date: Wed, 21 Aug 2024 23:45:41 +1000 Subject: [PATCH] ci: Increase fetch-depth for GitVersion process --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a77ab80..42b5cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 + filter: tree:0 - name: Setup .NET SDK uses: actions/setup-dotnet@v4