diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c856df5fc695..a5768a0540b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -180,7 +180,6 @@ jobs: with: repository: 'Expensify/Mobile-Expensify' submodules: true - fetch-depth: 0 path: 'Mobile-Expensify' token: ${{ secrets.OS_BOTIFY_TOKEN }} @@ -487,7 +486,6 @@ jobs: with: repository: 'Expensify/Mobile-Expensify' submodules: true - fetch-depth: 0 path: 'Mobile-Expensify' token: ${{ secrets.OS_BOTIFY_TOKEN }} diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 52c407f9e4fa..c05ca9686a09 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -186,7 +186,7 @@ platform :android do ENV["SUPPLY_UPLOAD_MAX_RETRIES"]="5" upload_to_play_store( package_name: "org.me.mobiexpensifyg", - json_key: './android/app/android-fastlane-json-key.json', + json_key: './android-fastlane-json-key.json', aab: ENV[KEY_GRADLE_AAB_PATH], track: 'alpha', rollout: '1.0'