ci: remove OTA tag creation step#30813
Merged
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
tommasini
approved these changes
May 29, 2026
joaoloureirop
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove OTA publishing and release-tag creation from the automated/Runway CI flows. OTA updates are now published and tagged manually in Runway, so CI only needs to detect OTA bumps (to skip native builds) and otherwise build.
Changes
auto-rc-ota-build-core.yml (Auto RC build/OTA core)
runway-ota-production.yml (Runway OTA Production)
runway-create-ota-production-tag.yml
Deleted — it was the reusable tag-creation workflow and is no longer referenced by any caller after the changes above.
Changelog
CHANGELOG entry:null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Changes release automation boundaries—OTA-only RC pushes will skip native builds without CI publishing OTA, so Runway/manual steps must stay in sync or releases can stall.
Overview
CI no longer publishes EAS OTA updates or creates
v<OTA_VERSION>release tags; those steps move to manual Runway handling.auto-rc-ota-build-core.ymldropstrigger-ota,validate-ota-pr, andcreate-ota-production-tag, plus inputsota_channelandcreate_production_ota_tag. It still runsresolve-contextand only runs nativebuild.yml(and TestFlight on iOS) whenota_bump != 'true', so OTA-only commits skip binaries. Permissions are reduced tocontents: read(no tag push or workflow dispatch for OTA).runway-ota-production.ymlstill pushes production OTA viapush-eas-update.ymlbut no longer creates the production release tag.runway-create-ota-production-tag.ymlis deleted.Reviewed by Cursor Bugbot for commit 0a209ff. Bugbot is set up for automated code reviews on this repo. Configure here.