GHA: Debug release creation

This commit is contained in:
aboyko
2023-10-30 19:10:41 -04:00
parent 1bdffcfa4f
commit 5e51637a37

View File

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