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 ff2b74f commit 067c1efCopy full SHA for 067c1ef
.github/workflows/test-and-deploy.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: Publish package to NuGet
65
run: |
66
make release
67
+ dotnet nuget sign **/*.nupkg --certificate-path certificate.pfx --certificate-password ${{ secrets.CERTIFICATE_PASSWORD }} --timestamper http://timestamp.digicert.com
68
dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
69
70
- name: Submit metric to Datadog
0 commit comments