We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39aef63 + 4a48768 commit ddd95d3Copy full SHA for ddd95d3
1 file changed
.github/workflows/ci.yml
@@ -207,7 +207,7 @@ jobs:
207
- name: NuGet Push
208
shell: pwsh
209
run: |
210
- dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}"
+ dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}" --skip-duplicate
211
212
publish_prod:
213
name: Publish Production
@@ -228,7 +228,7 @@ jobs:
228
229
230
231
232
233
tag_release:
234
name: Tag Release
0 commit comments