Skip to content

Commit ddd95d3

Browse files
authored
Merge pull request #26 from unoplatform/dev/agzi/ci-skip-duplicate-nuget-push
2 parents 39aef63 + 4a48768 commit ddd95d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: NuGet Push
208208
shell: pwsh
209209
run: |
210-
dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}"
210+
dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}" --skip-duplicate
211211
212212
publish_prod:
213213
name: Publish Production
@@ -228,7 +228,7 @@ jobs:
228228
- name: NuGet Push
229229
shell: pwsh
230230
run: |
231-
dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}"
231+
dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}" --skip-duplicate
232232
233233
tag_release:
234234
name: Tag Release

0 commit comments

Comments
 (0)