GHA: Debug release creation

This commit is contained in:
aboyko
2023-10-30 19:13:36 -04:00
parent 5e51637a37
commit 91a2640988

View File

@@ -25,7 +25,7 @@ jobs:
- name: Extract Changelog
id: changelog
run: |
changelog=`sed '/${{ inputs.version }}/,/^## .*/!d' Changelog.md | sed '$d' | sed 's/^* /- /'`
changelog=`sed '/${{ inputs.version }}/,/^## .*/!d' Changelog.md | sed '$d' | sed 's/^* /^- /'`
echo $changelog
echo "content=`echo $changelog`" >> $GITHUB_OUTPUT