Skip to content

Commit

Permalink
Fix GitHub changelog newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Mar 1, 2024
1 parent 62bc3ef commit 3a0a3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ workflows:
changelog_gh+=$"\n\n#### Full changelog: https://github.com/NightDreamGames/Graded/compare/${last_release}...${BUILD_NAME}"
fi
echo "$changelog_gh" > changelog_gh.txt
echo -e "$changelog_gh" > changelog_gh.txt
echo "$CHANGELOG"
echo
Expand Down

0 comments on commit 3a0a3f3

Please sign in to comment.