Skip to content

Commit

Permalink
Update nuget-publish.yml to use correct -SkipDuplicate option
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed May 23, 2023
1 parent 4fcf894 commit d21a70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:

- name: "Publish NuGet packages to nuget.org"
run: |
nuget push "artifacts\*.nupkg" --skip-duplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json
nuget push "artifacts\*.snupkg" --skip-duplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json
nuget push "artifacts\*.nupkg" -SkipDuplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json
nuget push "artifacts\*.snupkg" -SkipDuplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json

0 comments on commit d21a70d

Please sign in to comment.