chore: automatically attach release author to release body.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2023-09-22 10:23:45 +02:00
committed by poiana
parent e836157771
commit 0884ca4c6f
2 changed files with 6 additions and 8 deletions

View File

@@ -155,6 +155,11 @@ jobs:
- name: Merge release notes to pre existent body
run: cat notes.md >> release-body.md
- name: Attach release creator to release body
run: |
echo "" >> release-body.md
echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md
- name: Release
uses: softprops/action-gh-release@v1
with: