Skip to content

Commit

Permalink
Skip Duplicates on nuget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
edandersen committed May 22, 2020
1 parent 92d0d51 commit be931f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
- name: Push generated package to Nuget
run: nuget push src\DotNetEd.AutoAdmin\out\*.nupkg -Source https://api.nuget.org/v3/index.json
run: nuget push src\DotNetEd.AutoAdmin\out\*.nupkg -SkipDuplicate -Source https://api.nuget.org/v3/index.json

0 comments on commit be931f1

Please sign in to comment.