Skip to content

Commit 9a91a3c

Browse files
committed
chore(ci): fix changelog generation
1 parent e719e1c commit 9a91a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: softprops/action-gh-release@v2
4747
with:
48-
body: ${{ steps.git-cliff.outputs.changelog }}
48+
body: ${{ steps.git-cliff.outputs.content }}
4949
files: macmon-${{ github.ref_name }}.tar.gz
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)