From 6d82f83cfc22fbd93af13073d31f4f50d4d37533 Mon Sep 17 00:00:00 2001 From: Keelah Date: Sat, 12 Oct 2024 16:50:03 +0200 Subject: [PATCH] Hope is slipping away --- .github/workflows/release.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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<