Skip to content

Commit

Permalink
fix changlog content not being rendered as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed May 26, 2024
1 parent 3631edc commit 211fab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
artifacts: "package.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
body: ${{ env.CHANGELOG_CONTENT }}
body: ${{ env.CHANGELOG_FILE_PATH }}

0 comments on commit 211fab7

Please sign in to comment.