Skip to content

Commit a2ea24d

Browse files
committed
Fix the certificate download link
(cherry picked from commit fc76da2)
1 parent 155ffcc commit a2ea24d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
'To release the NuGet package, upload the signing certificate to NuGet Gallery via Account Settings: <https://www.nuget.org/account>. ' >> $env:GITHUB_STEP_SUMMARY
174174
'See the `certificate` artifact for the signing certificate file.' >> $env:GITHUB_STEP_SUMMARY
175175
'' >> $env:GITHUB_STEP_SUMMARY
176-
'Download the [certiticate file]($certUrl).' >> $env:GITHUB_STEP_SUMMARY
176+
"Download the [certiticate file]($certUrl)." >> $env:GITHUB_STEP_SUMMARY
177177
'' >> $env:GITHUB_STEP_SUMMARY
178178
'Approve the `publish` job deployment to the `nuget-gallery` environment when the certificate was added to NuGet Gallery.' >> $env:GITHUB_STEP_SUMMARY
179179

0 commit comments

Comments
 (0)