Skip to content

Commit 8f479c7

Browse files
committed
fix: use header instead of body
1 parent b299a4f commit 8f479c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
6363
with:
6464
commitish: 'main'
65-
body: ${{ env.RELEASE_BODY }}
65+
header: ${{ env.RELEASE_BODY }}
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)