Skip to content

Commit

Permalink
Unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Jul 15, 2021
1 parent 25dba85 commit d9aaf8e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

- name: Create and push NuGet package
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Create and push NuGet package
run: |
dotnet pack -c Release -o nuget -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit d9aaf8e

Please sign in to comment.