Skip to content

Commit 51aa817

Browse files
author
Dmytro Ett
committed
Still fixing issues with publish
1 parent b4e805d commit 51aa817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
$version = "${{ steps.release.outputs.version }}"
5050
$releaseNotes = Get-Content -Path artifacts/release-notes.md -Raw
51-
$releaseNotes = $releaseNotes.Replace("`r", "").Replace("`n", "; ").Replace("`", "'").Trim()
51+
$releaseNotes = ($releaseNotes -replace "`r?`n", "; ").Replace('`', "'").Trim()
5252
$args = @(
5353
"pack",
5454
"src/AttributedDI/AttributedDI.csproj",

0 commit comments

Comments
 (0)