Skip to content

Commit b299a4f

Browse files
committed
fix: move body to with
1 parent 85f6cff commit b299a4f

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 }}
6566
env:
6667
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
body: ${{ env.RELEASE_BODY }}

0 commit comments

Comments
 (0)