From c14b66441f2a92c0e4d43d2d3b00709850b58fa2 Mon Sep 17 00:00:00 2001 From: Shubham Date: Mon, 15 Jan 2024 11:18:00 +0530 Subject: [PATCH] chore: Update test-and-deploy.yml (#1199) --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 4260a816f..b9a9ea0d8 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -88,7 +88,7 @@ jobs: run: | make release dotnet nuget sign **/*.nupkg --certificate-path certificate.pfx --certificate-password ${{ secrets.CERTIFICATE_PASSWORD }} --timestamper http://timestamp.digicert.com - 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 - name: Submit metric to Datadog uses: sendgrid/dx-automator/actions/datadog-release-metric@main