CI: Update iOS fastlane

This commit is contained in:
Krille Fear 2021-11-27 12:12:58 +01:00
commit a697f56ec5
3 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,6 @@ pod update
cd ..
flutter build ios --release
cd ios
bundle install
bundle update fastlane
bundle exec fastlane beta
cd ..