fix(release): add another newline after the changelog header

This commit is contained in:
Harsh Shandilya 2022-11-21 18:06:40 +05:30
parent 1558bc769d
commit b893aff077
No known key found for this signature in database

View file

@ -73,7 +73,7 @@ jobs:
CHANGELOG: ${{ steps.changelog_reader.outputs.changes }}
run: |
mkdir -p distribution/whatsnew
printf '## Changelog\n' > distribution/whatsnew/whatsnew-en-GB
printf '## Changelog\n\n' > distribution/whatsnew/whatsnew-en-GB
printf '%s' "${CHANGELOG}" >> distribution/whatsnew/whatsnew-en-GB
- name: Publish bundle to Google Play