Remove Mac App Store submission - #7148
Merged
Merged
Conversation
Direct distribution is the macOS path, so App Store Connect upload, MAS signing, and the unused store-cert action are gone.
✅ Deploy Preview for anarlog canceled.
|
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.
Summary
mac-app-storejob, App Store Connect submit script, and MAS certificate actiondesktop_publishTest plan
node --test scripts/desktop-release-provenance.test.mjsdesktop_store_publishworkflow_dispatch no longer offers include_macosNote
Medium Risk
This stops all CI-driven Mac App Store releases until a new path exists; mistaken merge would leave macOS users without store updates while Microsoft Store flow remains unchanged.
Overview
Removes automated Mac App Store (MAS) build and App Store Connect submission from desktop release automation. The
desktop_store_publishworkflow is now Microsoft Store only: the entiremac-app-storejob,include_macos/build_numberinputs, replacement-build validation, and Apple-related workflow secrets are gone.Deleted supporting pieces include the
apple_store_certcomposite action,scripts/app-store-connect-submit.mjs(upload, build polling, review submission), and its unit tests; CI no longer runs those tests.desktop_publishstill callsdesktop_store_publishwithsubmit_to_stores: truebut forwards only Azure/CrabNebula/Microsoft Store secrets.desktop-release-provenance.test.mjswas updated to lock in this behavior—no MAS job, no App Store Connect script, and a reduced secret allowlist.Reviewed by Cursor Bugbot for commit 2045193. Bugbot is set up for automated code reviews on this repo. Configure here.