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 1433878 commit 66de103Copy full SHA for 66de103
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
name: NuGet packages
109
path: packages
110
- name: Push packages
111
- run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
112
- uses: dotnet/[email protected]
113
id: nbgv
114
- name: Create GitHub release
0 commit comments