fix(ci): remove redundant header from release notes

This commit is contained in:
Harsh Shandilya 2023-11-27 02:13:59 +05:30
parent c25dfabdbf
commit 783d830c68
No known key found for this signature in database

View file

@ -88,7 +88,6 @@ 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\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