Skip to content

Commit 7cc26ce

Browse files
authored
ci: update release-notes-generation.yml
1 parent b1ae269 commit 7cc26ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-notes-generation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
4242
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
4343
echo "::set-output name=final_changelog::$(echo "$CHANGELOG")"
44+
echo "${{ steps.changelog.outputs.final_changelog }}"
4445
4546
[ -f 'changelog.md' ] && echo "::set-output name=empty::false"
4647
[ -f 'changelog.md' ] || echo "::set-output name=empty::true"
@@ -53,4 +54,4 @@ jobs:
5354
with:
5455
tag_name: "v${{ steps.release_version.outputs.release_version }}"
5556
release_name: "v${{ steps.release_version.outputs.release_version }}"
56-
body: ${{ steps.changelog.outputs.final_changelog }}
57+
body: "${{ steps.changelog.outputs.final_changelog }}"

0 commit comments

Comments
 (0)