Split iOS release from the desktop release train#481
Merged
Conversation
Agent-Logs-Url: https://github.com/OpenKnots/okcode/sessions/8ea02c90-6101-4817-8bca-bcbc5647227e Co-authored-by: BunsDev <68980965+BunsDev@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
BunsDev
April 20, 2026 17:21
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What Changed
The release pipeline now treats iOS/TestFlight as a separate workflow instead of a blocker for desktop and CLI publishing. The iOS lane now uses the App Store Connect API key + provisioning profile flow and no longer expects
p12certificate secrets.Release workflow split
release.ymlDedicated iOS workflow
release-ios.ymldry-run stub with the real iOS/TestFlight pipelineAPPLE_API_KEYAPPLE_API_KEY_IDAPPLE_API_ISSUERAPPLE_TEAM_IDIOS_PROVISIONING_PROFILEIOS_PROVISIONING_PROFILE_NAMESigning/auth changes
IOS_CERTIFICATE_P12/IOS_CERTIFICATE_PASSWORD-authenticationKeyPath,-authenticationKeyID, and-authenticationKeyIssuerID.p8API key for Apple tooling instead of importing ap12release.ymlas the desktop/CLI/GitHub Release workflowrelease-ios.ymlas the separate TestFlight workflowWhy
The coordinated release train was coupling desktop publication to the iOS lane, and the failing path was still checking for
p12-based signing inputs that are no longer the intended auth model. Splitting the workflows removes an unnecessary release blocker and aligns iOS signing with the App Store Connect API key flow that is already passing.UI Changes
Not applicable.
Checklist