Skip to content

Commit 695a927

Browse files
committed
fix: update fastlane to mitigate login error
1 parent b17064b commit 695a927

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ blocks:
1616
- checkout
1717
- nvm install 20
1818
- cache restore session
19-
- PYTHONUNBUFFERED=1 ./sign.py
19+
# remove once bundled fastlane >= 2.225.0
20+
- curl https://mise.jdx.dev/mise-latest-macos-x64 > ~/mise
21+
- chmod +x ~/mise
22+
- ~/mise plugins install https://github.com/mollyIV/asdf-fastlane.git
23+
- ~/mise use -g fastlane
24+
- PYTHONUNBUFFERED=1 ~/mise exec fastlane -- ./sign.py
2025
- cache delete session
2126
- cache store session ~/.fastlane
2227
secrets:

0 commit comments

Comments
 (0)