fix: add release changelog

This commit is contained in:
Jan De Dobbeleer 2021-11-28 19:48:56 +01:00
parent 23cbc17f99
commit e3b6dbe91e
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -73,7 +73,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.changelog.outputs.tag }}
body: ${{ needs.changelog.outputs.clean_changelog }}
body: ${{ needs.changelog.outputs.body }}
fail_on_unmatched_files: true
token: ${{ secrets.GH_PAT }}
files: |