We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118d4b4 commit 009fd2aCopy full SHA for 009fd2a
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,8 @@ jobs:
41
42
$releaseBody = @"
43
SHA256: $($sha256.Hash)
44
- View changelog ➡ $changelogUrl
+
45
+ [View changelog ➡]($changelogUrl)
46
"@
47
48
$releaseBody | Out-File -Encoding UTF8 $bodyPath
0 commit comments