diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c10554c..846bcec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,9 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 - - - name: Fetch all history for all tags and branches - run: git fetch --prune --unshallow + with: + fetch-depth: 0 - name: Cache nuget packages uses: actions/cache@v4