mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Update pre-release.yaml
This commit is contained in:
parent
01515db90f
commit
aad0356c28
5
.github/workflows/pre-release.yaml
vendored
5
.github/workflows/pre-release.yaml
vendored
@ -101,9 +101,8 @@ jobs:
|
|||||||
id: prepare_body
|
id: prepare_body
|
||||||
run: |
|
run: |
|
||||||
$newChanges = '${{ steps.generate_notes.outputs.body }}'
|
$newChanges = '${{ steps.generate_notes.outputs.body }}'
|
||||||
$formattedChanges = "Changes since ${{ env.LATEST_TAG }}:`n`n$newChanges"
|
$escapedChanges = $newChanges -replace '(?m)^\s*(.+)\s*$', '$1' -replace "'", "''" -replace '"', '\"' -replace "`n", "\n" -replace "`r", ""
|
||||||
$escapedChanges = $formattedChanges -replace "`n", "%0A" -replace "'", "``'" -replace '"', '`"'
|
echo "body=$escapedChanges" | Out-File -Append -Encoding utf8 $env:GITHUB_OUTPUT
|
||||||
echo "body=$escapedChanges" >> $env:GITHUB_OUTPUT
|
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Create and Upload Release
|
- name: Create and Upload Release
|
||||||
|
Loading…
Reference in New Issue
Block a user