Skip to content

Commit

Permalink
chore: Add step to sign nuget packages before publishing (#673)
Browse files Browse the repository at this point in the history
* Add step to sign nuget packages before publishing
  • Loading branch information
AsabuHere authored Mar 21, 2023
1 parent 0986328 commit 2f645c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added .github/nuget/TwilioCLISigningCertificate.pfx
Binary file not shown.
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Publish package to NuGet
run: |
make release
dotnet nuget sign **/*.nupkg --certificate-path .github/nuget/TwilioCLISigningCertificate.pfx --certificate-password ${{ secrets.CERTIFICATE_PASSWORD }}
dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
- name: Submit metric to Datadog
Expand Down

0 comments on commit 2f645c1

Please sign in to comment.