mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
ios ci: try again
This commit is contained in:
@ -51,4 +51,11 @@ flutter build ios --release --no-codesign --build-number="$BUILD_NUM" --build-na
|
||||
cd ios
|
||||
|
||||
export FASTLANE_PASSWORD=$(cat keys/fastlane_password)
|
||||
|
||||
echo "Updating fastlane ..."
|
||||
bundle exec fastlane --version
|
||||
bundle update fastlane
|
||||
bundle exec fastlane --version
|
||||
|
||||
echo "fastlane release ..."
|
||||
bundle exec fastlane release
|
||||
|
Reference in New Issue
Block a user