Skip to content

v1.3.1-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Dec 00:10
· 1210 commits to main since this release
3fd4990

Fix mobile-build workflow version management

  • Add prepare-versions job to atomically reserve version numbers
  • Build jobs now depend on prepare-versions and use its outputs
  • Eliminates race condition between Android and iOS builds
  • Uses global concurrency group to prevent version conflicts
  • Removes || true to properly surface sync failures