diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d3dd1db7..93a899ea5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,7 @@ jobs: 'To release the NuGet package, upload the signing certificate to NuGet Gallery via Account Settings: . ' >> $env:GITHUB_STEP_SUMMARY 'See the `certificate` artifact for the signing certificate file.' >> $env:GITHUB_STEP_SUMMARY '' >> $env:GITHUB_STEP_SUMMARY - 'Download the [certiticate file]($certUrl).' >> $env:GITHUB_STEP_SUMMARY + "Download the [certiticate file]($certUrl)." >> $env:GITHUB_STEP_SUMMARY '' >> $env:GITHUB_STEP_SUMMARY 'Approve the `publish` job deployment to the `nuget-gallery` environment when the certificate was added to NuGet Gallery.' >> $env:GITHUB_STEP_SUMMARY