Skip to content

Commit d9aaf8e

Browse files
committed
Unshallow
1 parent 25dba85 commit d9aaf8e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-dev.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
-
3030
name: Checkout
3131
uses: actions/[email protected]
32-
with:
33-
fetch-depth: 0
34-
35-
- name: Create and push NuGet package
32+
-
33+
name: Unshallow
34+
run: git fetch --prune --unshallow
35+
-
36+
name: Create and push NuGet package
3637
run: |
3738
dotnet pack -c Release -o nuget -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
3839
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)