diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cd913c3..e23b0d39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,6 @@ jobs: CHANGELOG: ${{ steps.changelog_reader.outputs.changes }} run: | mkdir -p distribution/whatsnew - printf '## Changelog\n\n' > distribution/whatsnew/whatsnew-en-GB printf '%s' "${CHANGELOG}" >> distribution/whatsnew/whatsnew-en-GB - name: Publish bundle to Google Play