Skip to content

Commit

Permalink
Update fastlane.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 20, 2024
1 parent 748a08e commit 97cc795
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Scripts/fastlane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
fastlane beta
fi

0 comments on commit 97cc795

Please sign in to comment.