Skip to content

Commit

Permalink
fix: set fetch-depth to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdekker authored Jun 14, 2024
1 parent 435ecef commit ceb5d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
run: dotnet nuget push bin/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit ceb5d27

Please sign in to comment.