diff --git a/_ci/playstore.sh b/_ci/playstore.sh index 40051d9f..b8750d15 100755 --- a/_ci/playstore.sh +++ b/_ci/playstore.sh @@ -87,7 +87,8 @@ publish_aab() { ) fi - bundle exec fastlane supply "${supply_args[@]}" + echo "bundle exec fastlane supply" "${supply_args[@]}" + # bundle exec fastlane supply "${supply_args[@]}" step_done }