Skip to content

Commit 267df3f

Browse files
style: Update notice output format to include checkmark for clarity
1 parent cb82392 commit 267df3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/publish.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ LogGroup 'Publish-ToPSGallery' {
107107
"'✅ $releaseType`: PowerShell Gallery - [$name $publishPSVersion]($psGalleryReleaseLink)'"
108108
)
109109
} else {
110-
Write-Host "::notice title=$releaseType`: PowerShell Gallery - $name $publishPSVersion::$psGalleryReleaseLink"
110+
Write-Host "::notice title=$releaseType`: PowerShell Gallery - $name $publishPSVersion::$psGalleryReleaseLink"
111111
gh pr comment $prNumber -b "$releaseType`: PowerShell Gallery - [$name $publishPSVersion]($psGalleryReleaseLink)"
112112
if ($LASTEXITCODE -ne 0) {
113113
Write-Error 'Failed to comment on the pull request.'
@@ -191,7 +191,7 @@ LogGroup 'New-GitHubRelease' {
191191
exit $LASTEXITCODE
192192
}
193193
}
194-
Write-Host "::notice title=$releaseType`: GitHub - $name $newVersion::$releaseURL"
194+
Write-Host "::notice title=$releaseType`: GitHub - $name $newVersion::$releaseURL"
195195
}
196196

197197
Write-Output "Publishing complete. Version: [$($newVersion.ToString())]"

0 commit comments

Comments
 (0)