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.
2 parents c1585e9 + 9312143 commit 6813bc0Copy full SHA for 6813bc0
.github/workflows/dotnet.yml
@@ -31,4 +31,4 @@ jobs:
31
# Main branch only
32
if: github.ref == 'refs/heads/main'
33
run: |
34
- dotnet nuget push **/*.nupkg --api-key ${{secrets.NUGET_KEY}}
+ dotnet nuget push **/*.nupkg --api-key ${{secrets.NUGET_KEY}} --skip-duplicate
0 commit comments