Skip to content

Commit 144299d

Browse files
committed
Use the commit message for the GitHub release body
1 parent 9de80b9 commit 144299d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
with:
5454
tag_name: ${{ needs.package.outputs.version }}
5555
release_name: Version ${{ needs.package.outputs.version }}
56-
body: ""
56+
body: ${{ github.event.head_commit.message }}
5757
draft: false
5858
prerelease: github.ref == 'refs/heads/prerelease'

0 commit comments

Comments
 (0)