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 54d7717 commit 4a5f7e3Copy full SHA for 4a5f7e3
.github/workflows/dotnet.yml
@@ -73,6 +73,4 @@ jobs:
73
-c Release /p:Version=$VERSION --output ./nupkg
74
75
- name: Publish to NuGet.org
76
- run: dotnet nuget push "./nupkg/*.nupkg" \
77
- --api-key "${{ secrets.NUGET_API_KEY }}" \
78
- --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "./nupkg/*.nupkg" --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments