Skip to content

Commit

Permalink
Update nuget-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 6, 2022
1 parent 99ac539 commit fc16d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Check if more than 73 packages
if [[ ${number_of_packages} -gt 73 ]]; then
echo "Pushing to NuGet"
dotnet nuget push '*.nupkg' -s 'https://api.nuget.org/v3/index.json' -k '${{ secrets.NUGET_APIKEY }}'
dotnet nuget push '*.nupkg' -s 'https://api.nuget.org/v3/index.json' -k '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
else
echo 'Less files than expected, skipping push'
exit 1
Expand Down

0 comments on commit fc16d8f

Please sign in to comment.