Skip to content

Commit d21a70d

Browse files
authored
Update nuget-publish.yml to use correct -SkipDuplicate option
1 parent 4fcf894 commit d21a70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636

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

0 commit comments

Comments
 (0)