Add missing space

This commit is contained in:
DarkFighterLuke 2024-05-09 10:14:52 +02:00
parent 13fd9de010
commit bc5fd7fa20
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
if [[ $(echo "$changelog" | wc -l) -gt 1 ]]; then
changelog=$(echo "$changelog" | sed 's/^/* /')
else
changelog="*$changelog"
changelog="* $changelog"
fi
# Create release-changelog.md