Skip to content

Commit 8d0060b

Browse files
committed
fix(workflow): add newline for better formatting in GitHub release body [skip ci]
1 parent 466b583 commit 8d0060b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
body: |
118118
## Changes
119119
- Updated XRoar to version ${{ steps.extract_version.outputs.version }}.
120+
120121
Check the README for more details.
121122
env:
122123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)