Skip to content

Commit 86e2f70

Browse files
committed
fix: Fixes changelog for Create Release step
1 parent 99e8bc8 commit 86e2f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
tag_name: ${{ steps.bump-semver.outputs.new_version }}
171171
release_name: Release ${{ steps.bump-semver.outputs.new_version }}
172172
body: |
173-
${{ needs.generate-changelog.outputs.changelog }}
173+
${{ steps.changelog.outputs.changelog }}
174174
draft: false
175175
prerelease: false
176176

0 commit comments

Comments
 (0)