We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d439e73 commit c14b664Copy full SHA for c14b664
.github/workflows/test-and-deploy.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
make release
90
dotnet nuget sign **/*.nupkg --certificate-path certificate.pfx --certificate-password ${{ secrets.CERTIFICATE_PASSWORD }} --timestamper http://timestamp.digicert.com
91
- dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
+ dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
92
93
- name: Submit metric to Datadog
94
uses: sendgrid/dx-automator/actions/datadog-release-metric@main
0 commit comments