mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 01:17:05 +05:30
fix(release): add another newline after the changelog header
This commit is contained in:
parent
1558bc769d
commit
b893aff077
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
CHANGELOG: ${{ steps.changelog_reader.outputs.changes }}
|
CHANGELOG: ${{ steps.changelog_reader.outputs.changes }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p distribution/whatsnew
|
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
|
printf '%s' "${CHANGELOG}" >> distribution/whatsnew/whatsnew-en-GB
|
||||||
|
|
||||||
- name: Publish bundle to Google Play
|
- name: Publish bundle to Google Play
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue