diff --git a/Scripts/fastlane.sh b/Scripts/fastlane.sh index 2727dfa5..62e8b584 100644 --- a/Scripts/fastlane.sh +++ b/Scripts/fastlane.sh @@ -15,12 +15,10 @@ fi if [[ $OS == 'macos-latest' ]]; then cd ios - bundle install echo "$APPLE_SECRETS" > APPLE_SECRETS.json - bundle exec fastlane beta + fastlane beta rm APPLE_SECRETS.json else cd android - bundle install - bundle exec fastlane beta - fi \ No newline at end of file + fastlane beta + fi