Skip to content

Release iOS

Release iOS #10

Workflow file for this run

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."