diff --git a/.github/workflows/androidBump.yml b/.github/workflows/androidBump.yml index 8a4f7d514208..b2276551852f 100644 --- a/.github/workflows/androidBump.yml +++ b/.github/workflows/androidBump.yml @@ -1,6 +1,7 @@ name: Android Rollout Bumper on: + workflow_dispatch: schedule: # Runs at midnight every day - cron: '0 0 * * *' diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1c8b62cfb579..31738835b1dc 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -283,7 +283,10 @@ platform :android do desc "Update HybridApp rollout percentage on Google Play" lane :update_hybrid_rollout do |options| - productionVersionCode = google_play_track_version_codes(track: 'production') + productionVersionCode = google_play_track_version_codes( + track: 'production', + 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',