ci(release): refine promotion logic and enhance Datadog integration (#3322)

This commit is contained in:
James Rich 2025-10-03 21:03:33 -05:00 committed by GitHub
parent 51fa634e11
commit 28de377068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 27 deletions

View file

@ -210,12 +210,6 @@ jobs:
echo "lane=production" >> $GITHUB_OUTPUT
fi
- name: Ensure internal track has version for promotion
if: "!contains(github.ref_name, '-internal') && needs.check-versioncode-google-play.outputs.exists != 'true'"
run: |
echo "::error::Cannot promote: versionCode ${{ needs.prepare-build-info.outputs.APP_VERSION_CODE }} not found on Google Play internal track. Run internal build first." >&2
exit 1
- name: Promote on Google Play
if: "steps.fastlane_lane.outputs.lane != '' && needs.check-versioncode-google-play.outputs.exists == 'true'"
env: