We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09c9c7 commit 2e5d818Copy full SHA for 2e5d818
.github/workflows/push-nuget.yml
@@ -63,4 +63,4 @@ jobs:
63
run: ls ./nupkgs/
64
65
- name: Publish the package
66
- run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments