Skip to content

Commit

Permalink
chore: Update test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jan 15, 2024
1 parent d439e73 commit 731c94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 731c94b

Please sign in to comment.