Skip to content

Commit

Permalink
Add --skip-duplicates to push step
Browse files Browse the repository at this point in the history
Sometimes the NuGet package push step fails for what appear to be errors
internal to GitHub. The `--skip-duplicates` flag should make re-running
the push step work.
  • Loading branch information
chwarr committed May 29, 2020
1 parent ef16349 commit 8798695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
name: nuget-packages
path: pack/
- name: Push
run: dotnet nuget push "pack/*.nupkg"
run: dotnet nuget push --skip-duplicate "pack/*.nupkg"

0 comments on commit 8798695

Please sign in to comment.