diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0d4158..036accc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,11 +122,18 @@ jobs: # If set, add a prefix to every commit message # if ($linePrefix) { - # $changes = $changes -replace "^(.*)$", "$linePrefix`$1 " + # $changes = $changes -replace "^(.*)$", "$linePrefix`$1 \r\n" # } - # Output changes to $GITHUB_OUTPUT - $changes | Out-String | ForEach-Object { Write-Output "changes=$_"; Write-Output "changes=$_"; } >> $GITHUB_OUTPUT + # Set outputs + Add-Content -Path $env:GITHUB_ENV -Value "changes<