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 3567097 commit 2578166Copy full SHA for 2578166
.github/workflows/dotnet.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: dotnet nuget push
34
env:
35
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36
- run: dotnet nuget push src/OneBitSoftware.Slovom/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push src/OneBitSoftware.Slovom/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments