File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Test Amore Release
1+ name : Amore Release
22run-name : Release Pomodoro ${{ (inputs.beta || github.ref != 'refs/heads/main') && '(beta)' || '' }}
33
44on :
2121
2222concurrency :
2323 group : amore-release
24- cancel-in-progress : false
24+ cancel-in-progress : true
2525
2626jobs :
2727 release :
2828 runs-on : macos-26
2929 environment : prod
30- # A stalled archive should fail fast with watchdog samples in the log,
31- # not burn a 6h runner.
32- timeout-minutes : 30
3330 steps :
3431 - uses : actions/checkout@v4
3532
3633 - uses : ./.github/actions/amore-release
3734 with :
38- # Xcode 26.2+ on macOS 26.3+ never exits after the build finishes:
39- # SWBBuildService keeps its pipes open and xcodebuild waits forever
40- # (react-native-community/cli#2768; our hang sample matched the exact
41- # affected build, 17C52). Versions below 26.2 are unaffected, and the
42- # runner team reports 26.1 as the stable line, so pin 26.1.1 until a
43- # fixed Xcode ships.
44- xcode-path : /Applications/Xcode_26.1.1.app
4535 scheme : Pomodoro
4636 codesign-identity : ${{ secrets.CODESIGN_IDENTITY }}
4737 dev-id-cert-p12 : ${{ secrets.DEV_ID_CERT_P12 }}
You can’t perform that action at this time.
0 commit comments