From ceb5d27ee2c489a90d5591f5a64e25be23db00f9 Mon Sep 17 00:00:00 2001 From: Joachim Dekker Date: Fri, 14 Jun 2024 20:19:37 +0200 Subject: [PATCH] fix: set fetch-depth to 0 --- .github/workflows/test-build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build-release.yml b/.github/workflows/test-build-release.yml index 2f65f486..2df5632d 100644 --- a/.github/workflows/test-build-release.yml +++ b/.github/workflows/test-build-release.yml @@ -18,7 +18,7 @@ jobs: distribution: 'zulu' - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 - name: Cache SonarCloud packages uses: actions/cache@v4 with: @@ -199,4 +199,4 @@ jobs: name: nuget-package path: bin - name: Upload NuGet Package to NuGet.org - run: dotnet nuget push bin/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate \ No newline at end of file + run: dotnet nuget push bin/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate