Skip to content

Commit c6d5356

Browse files
committed
repush
1 parent 617347c commit c6d5356

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ jobs:
4141
4242
4343
- name: Debugging Release Notes
44+
id: debugging_release_notes
4445
run: |
4546
release_notes="${{ steps.extract_changelog.outputs.release_notes }}"
4647
formatted_notes=$(echo -e "$release_notes")
4748
echo "$formatted_notes"
49+
echo "::set-output name=formatted_notes::$formatted_notes"
50+
4851
4952
5053
@@ -58,7 +61,8 @@ jobs:
5861
with:
5962
tag_name: ${{ github.ref }}
6063
release_name: ${{ github.ref }}
61-
body: $FORMATTED_NOTES
64+
body: ${{ steps.debugging_release_notes.outputs.formatted_notes }}
65+
6266

6367

6468

0 commit comments

Comments
 (0)