diff --git a/.github/workflows/androidBump.yml b/.github/workflows/androidBump.yml index b2276551852f..04a27fd6cf3b 100644 --- a/.github/workflows/androidBump.yml +++ b/.github/workflows/androidBump.yml @@ -5,6 +5,9 @@ on: schedule: # Runs at midnight every day - cron: '0 0 * * *' + push: + branches: + - andrew-android-bump-fixes-2 jobs: android_bump: diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 31738835b1dc..df917e9cf424 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -265,7 +265,11 @@ platform :android do desc "Submit HybridApp to 100% rollout on Google Play" lane :complete_hybrid_rollout do - productionVersionCode = google_play_track_version_codes(track: 'production') + productionVersionCode = google_play_track_version_codes( + track: 'production', + package_name: "org.me.mobiexpensifyg", + json_key: './android/app/android-fastlane-json-key.json', + ) upload_to_play_store( package_name: "org.me.mobiexpensifyg", json_key: './android/app/android-fastlane-json-key.json', @@ -285,6 +289,7 @@ platform :android do lane :update_hybrid_rollout do |options| productionVersionCode = google_play_track_version_codes( track: 'production', + package_name: "org.me.mobiexpensifyg", json_key: './android/app/android-fastlane-json-key.json', ) upload_to_play_store(