Skip to content

Commit

Permalink
fix: update fastlane to mitigate login error
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Oct 23, 2024
1 parent b17064b commit 695a927
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ blocks:
- checkout
- nvm install 20
- cache restore session
- PYTHONUNBUFFERED=1 ./sign.py
# remove once bundled fastlane >= 2.225.0
- curl https://mise.jdx.dev/mise-latest-macos-x64 > ~/mise
- chmod +x ~/mise
- ~/mise plugins install https://github.com/mollyIV/asdf-fastlane.git
- ~/mise use -g fastlane
- PYTHONUNBUFFERED=1 ~/mise exec fastlane -- ./sign.py
- cache delete session
- cache store session ~/.fastlane
secrets:
Expand Down

0 comments on commit 695a927

Please sign in to comment.