Skip to content

Commit

Permalink
Fixing changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jul 26, 2021
1 parent 8ba2165 commit 777cd7b
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 @@ -68,7 +68,7 @@ jobs:
with:
release_name: ${{ steps.version.outputs.version-without-v }}
tag_name: ${{ github.ref }}
body: ${{ steps.gitLog.outputs.log }}
body: ${{ env.LOG }}
draft: false
prerelease: false

Expand Down

0 comments on commit 777cd7b

Please sign in to comment.