Skip to content

Commit 332d65a

Browse files
committed
Fix changelog
1 parent c6b886a commit 332d65a

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
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
release_name: ${{ steps.get_version.outputs.version-without-v }}
6565
tag_name: ${{ github.ref }}
66-
body: ${{ steps.build_changelog.outputs.changelog }}
66+
body: ${{ steps.changelog.outputs.changelog }}
6767
draft: false
6868
prerelease: false
6969

0 commit comments

Comments
 (0)