Skip to content

Commit

Permalink
Merge pull request #53974 from Expensify/andrew-rollout-key
Browse files Browse the repository at this point in the history
[No QA]Fix path for Android rollout step

(cherry picked from commit 1b33f9f)

(CP triggered by luacmartins)
  • Loading branch information
luacmartins authored and OSBotify committed Dec 12, 2024
1 parent ff4f954 commit d854977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,11 @@ jobs:
VERSION: ${{ steps.getAndroidVersion.outputs.VERSION_CODE }}

- name: Get current Android rollout percentage
if: ${{ fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
id: getAndroidRolloutPercentage
uses: ./.github/actions/javascript/getAndroidRolloutPercentage
with:
GOOGLE_KEY_FILE: Mobile-Expensify/react-native/android-fastlane-json-key.json
GOOGLE_KEY_FILE: ./android-fastlane-json-key.json
PACKAGE_NAME: org.me.mobiexpensifyg

- name: Submit production build for Google Play review and a slow rollout
Expand Down

0 comments on commit d854977

Please sign in to comment.