Skip to content

build(mobile): automate App Store metadata - #379

Merged
AprilNEA merged 5 commits into
masterfrom
xuan/code-287
Aug 1, 2026
Merged

AprilNEA merged 5 commits into
masterfrom
xuan/code-287

Conversation

@AprilNEA

@AprilNEA AprilNEA commented Aug 1, 2026

Copy link
Copy Markdown
Member

What changed

  • add version-controlled English and Simplified Chinese App Store metadata
  • configure the production iOS submit profile to use store.config.json
  • add an independent manual GitHub Actions workflow that validates and publishes metadata without rebuilding the apps
  • ignore local EAS credential manifests

Why

App Store listing changes need a reviewable and independently retryable release path. Publishing metadata separately avoids rebuilding signed iOS and Android artifacts for copy-only updates.

Impact

Maintainers can run Publish Mobile Metadata from GitHub Actions. The workflow uses the protected release environment, its existing EXPO_TOKEN, and the App Store Connect API key stored by EAS.

Validation

  • actionlint .github/workflows/build-mobile.yml .github/workflows/publish-mobile-metadata.yml
  • eas metadata:lint --profile production
  • pnpm check:ci
  • pnpm test — 302 files passed, 3 skipped; 2435 tests passed, 5 skipped

@linear-code

linear-code Bot commented Aug 1, 2026

Copy link
Copy Markdown

CODE-287

@AprilNEA AprilNEA changed the title build(mobile): move EAS releases to GitHub Actions build(mobile): automate App Store metadata Aug 1, 2026
@AprilNEA
AprilNEA marked this pull request as ready for review August 1, 2026 18:06
@AprilNEA
AprilNEA merged commit e82c1f4 into master Aug 1, 2026
9 checks passed
@AprilNEA
AprilNEA deleted the xuan/code-287 branch August 1, 2026 18:07

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 332c179e4c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

workflow_dispatch:

concurrency:
group: publish-mobile-metadata

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Serialize metadata publishing with mobile submissions

When this workflow is dispatched while build-mobile.yml is running with submit: true, the workflows use different concurrency groups (publish-mobile-metadata versus build-mobile-production) even though the iOS submit profile now has metadataPath and the build workflow invokes eas submit --profile production. A metadata-only run from a newer ref can therefore publish first and then be overwritten by the older build run when its long native build finishes; use a shared concurrency group for both App Store writers or stop the artifact submission path from uploading metadata.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant