Skip to content

Commit

Permalink
chore(ci): fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Dec 20, 2024
1 parent e719e1c commit 9a91a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: softprops/action-gh-release@v2
with:
body: ${{ steps.git-cliff.outputs.changelog }}
body: ${{ steps.git-cliff.outputs.content }}
files: macmon-${{ github.ref_name }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9a91a3c

Please sign in to comment.