Skip to content

Commit 777cd7b

Browse files
committed
Fixing changelog generation
1 parent 8ba2165 commit 777cd7b

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
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
release_name: ${{ steps.version.outputs.version-without-v }}
7070
tag_name: ${{ github.ref }}
71-
body: ${{ steps.gitLog.outputs.log }}
71+
body: ${{ env.LOG }}
7272
draft: false
7373
prerelease: false
7474

0 commit comments

Comments
 (0)