Release iOS #10
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
| name: iOS Release Dry Run | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| version: | |
| description: "Release version (for example 1.2.3 or v1.2.3)" | |
| required: true | |
| type: string | |
| permissions: | |
| contents: read | |
| jobs: | |
| guidance: | |
| name: Coordinated train guidance | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Explain release entrypoint | |
| run: | | |
| echo "Use .github/workflows/release.yml for official tags and coordinated RC/stable releases." | |
| echo "This workflow is reserved for manual iOS dry runs while stabilizing the TestFlight lane." |