GHA: Debug release creation

This commit is contained in:
aboyko
2023-10-30 19:14:37 -04:00
parent 91a2640988
commit c210754528

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'`
echo $changelog
echo "content=`echo $changelog`" >> $GITHUB_OUTPUT