Skip to content

Commit

Permalink
(chore) Fix release changelog entry in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jan 5, 2025
1 parent 4f7b98a commit c3d3a46
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 @@ -81,7 +81,7 @@ jobs:
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
body: 'Changes since last release: ${{ steps.tag_version.outputs.changelog }}'
body: ${{ steps.tag_version.outputs.changelog }}
allowUpdates: true
draft: false
prerelease: false
Expand Down

0 comments on commit c3d3a46

Please sign in to comment.