You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ jobs:
173
173
'To release the NuGet package, upload the signing certificate to NuGet Gallery via Account Settings: <https://www.nuget.org/account>. ' >> $env:GITHUB_STEP_SUMMARY
174
174
'See the `certificate` artifact for the signing certificate file.' >> $env:GITHUB_STEP_SUMMARY
175
175
'' >> $env:GITHUB_STEP_SUMMARY
176
-
'Download the [certiticate file]($certUrl).' >> $env:GITHUB_STEP_SUMMARY
176
+
"Download the [certiticate file]($certUrl)." >> $env:GITHUB_STEP_SUMMARY
177
177
'' >> $env:GITHUB_STEP_SUMMARY
178
178
'Approve the `publish` job deployment to the `nuget-gallery` environment when the certificate was added to NuGet Gallery.' >> $env:GITHUB_STEP_SUMMARY
0 commit comments