Skip to content

Commit 5ad6131

Browse files
committed
fix(cd): add space after # in release heading for valid Markdown
1 parent 5370b16 commit 5ad6131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
name: "v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.stadium }} 🏟️"
142142
tag_name: ${{ steps.version.outputs.tag_name }}
143143
body: |
144-
#Release ${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.stadium }} 🏟️
144+
# Release ${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.stadium }} 🏟️
145145
146146
## Docker Images
147147

0 commit comments

Comments
 (0)