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 1b8dc47 commit df981a4Copy full SHA for df981a4
.github/workflows/test-and-deploy.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
make release
85
dotnet nuget sign **/*.nupkg --certificate-path certificate.pfx --certificate-password ${{ secrets.CERTIFICATE_PASSWORD }} --timestamper http://timestamp.digicert.com
86
- dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
+ dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
87
88
- name: Submit metric to Datadog
89
uses: sendgrid/dx-automator/actions/datadog-release-metric@main
0 commit comments