Skip to content

Commit

Permalink
ci: Disable release notes generation for Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrvolovyk authored Dec 21, 2023
1 parent 4ff9d36 commit b1f0324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b1f0324

Please sign in to comment.