Skip to content

Commit 067c1ef

Browse files
authored
chore: add nuget sign step in deployment stage
1 parent ff2b74f commit 067c1ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Publish package to NuGet
6565
run: |
6666
make release
67+
dotnet nuget sign **/*.nupkg --certificate-path certificate.pfx --certificate-password ${{ secrets.CERTIFICATE_PASSWORD }} --timestamper http://timestamp.digicert.com
6768
dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
6869
6970
- name: Submit metric to Datadog

0 commit comments

Comments
 (0)