GHA: polish gh release creation

This commit is contained in:
aboyko
2023-10-30 20:47:28 -04:00
parent e48a169865
commit d29419e143

View File

@@ -23,7 +23,7 @@ jobs:
- name: Extract Changelog
id: changelog
run: |
sed '/${{ inputs.version }}/,/^## .*/!d' Changelog.md | sed '$d' | sed 's/^* /- /' > ${{ github.workspace }}/gen-changelog.md
sed '/${{ inputs.version }}/,/^## .*/!d;//d;s/^* /- /' Changelog.md > ${{ github.workspace }}/gen-changelog.md
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: changelog-${{ inputs.version }}-${{ github.run_id }}.md