Allow both platform option in release workflows#385
Merged
ignaciosantise merged 2 commits intomainfrom Feb 13, 2026
Merged
Conversation
Allow releasing AppKit, WalletKit, and POS on both Android and iOS simultaneously with a single workflow trigger. The 'both' option is now the default selection. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @ignaciosantise's task in 41s —— View job Review Complete
✅ No issues found Changes are consistent across all 4 workflows:
Logic verified:
|
There was a problem hiding this comment.
Pull request overview
This PR adds a both platform option to release workflows for AppKit, WalletKit, and Mobile POS (including the PoC variant), allowing simultaneous releases on both Android and iOS platforms. The both option is positioned as the first (default) choice in the dropdown menu for improved user experience.
Changes:
- Added
bothas the first platform option in workflow input choices - Updated
run-nameexpressions to display "🍎 iOS & 🤖 Android" whenbothis selected - Modified job conditionals to trigger both Android and iOS builds when
bothis selected
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/release-walletkit.yaml | Added both platform option with updated run-name and job conditions |
| .github/workflows/release-appkit.yaml | Added both platform option with updated run-name and job conditions |
| .github/workflows/release-pos.yaml | Added both platform option with updated run-name and job conditions, preserving tag-push behavior |
| .github/workflows/release-pos-poc.yaml | Added both platform option with updated run-name and job conditions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Add a
bothplatform option to release workflows for AppKit, WalletKit, and Mobile POS (both variants). This allows releasing on both Android and iOS simultaneously with a single workflow trigger.The
bothoption is now the default selection for improved user experience.Changes
bothto platform choices in 4 workflow files (listed first as default)bothis selectedbothis selected🤖 Generated with Claude Code