From b1f032444ef87357884a233284e58b3c19ea40b5 Mon Sep 17 00:00:00 2001 From: Oleksandr Volovyk <70570597+oleksandrvolovyk@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:19:18 +0200 Subject: [PATCH] ci: Disable release notes generation for Google Play --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3ecc8b5..025652e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -141,7 +141,7 @@ jobs: env: RELEASE_NOTES: ${{ steps.release_notes.outputs.changes }} run: | - echo "${RELEASE_NOTES}" | cut -c 1-450 > whatsnew-en-US + echo "Release notes" > whatsnew-en-US - name: Upload release AAB to Google Play if: success()