We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8094d1 commit 15c6a51Copy full SHA for 15c6a51
.github/workflows/test-and-deploy.yml
@@ -128,7 +128,7 @@ jobs:
128
run: |
129
dotnet pack -c Release
130
nuget sign **/*.nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
131
- nuget push **/*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json --skip-duplicate
+ nuget push **/*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate
132
133
notify-on-failure:
134
name: Slack notify on failure
0 commit comments