Skip to content

ci(mobile): automate Google Play uploads - #187

Merged
sjungwon03 merged 1 commit into
devfrom
ci/186-google-play-deploy
Jul 31, 2026
Merged

ci(mobile): automate Google Play uploads#187
sjungwon03 merged 1 commit into
devfrom
ci/186-google-play-deploy

Conversation

@sjungwon03

Copy link
Copy Markdown
Member

Summary

  • add a manually triggered Android App Bundle build and Google Play upload workflow
  • isolate Android signing and Google Play service-account credentials in play-store-production
  • default releases to an internal draft; production publication requires explicit dispatch inputs
  • document required environment variables and secrets

Closes #186

Validation

  • Workflow YAML parsed successfully
  • ./gradlew bundleRelease (signed AAB)

Notes for reviewers

No keystore, Gradle credential, or Google service-account data is committed. The workflow cannot upload until GOOGLE_PLAY_SERVICE_ACCOUNT_JSON is configured in the protected environment.

@sjungwon03
sjungwon03 requested a review from sjungwon03-ai July 31, 2026 06:21
@sjungwon03 sjungwon03 added type:release Release promotion area:ci CI and developer tooling size:M Medium change labels Jul 31, 2026
@sjungwon03 sjungwon03 self-assigned this Jul 31, 2026

@sjungwon03-ai sjungwon03-ai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the Android Google Play CI workflow addition. The implementation correctly handles signing, build, and upload steps using pinned actions and required secrets. CI verification passed on the exact head SHA with no blockers found. Approving.

@sjungwon03-ai sjungwon03-ai added the review:approved Latest-head review approved label Jul 31, 2026
@sjungwon03
sjungwon03 force-pushed the ci/186-google-play-deploy branch from 612ce30 to b09c712 Compare July 31, 2026 06:28
@sjungwon03
sjungwon03 merged commit 4d1f1b6 into dev Jul 31, 2026
1 check passed
@sjungwon03
sjungwon03 deleted the ci/186-google-play-deploy branch July 31, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ci CI and developer tooling review:approved Latest-head review approved size:M Medium change type:release Release promotion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: automate Google Play uploads

2 participants