Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly pass Android version code to fastlane #2292

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

roryabraham
Copy link
Contributor

Details

We weren't properly passing the version code to fastlane for the Android production deploy. It's pretty unclear how the Android production deploys were ever working, but we updated Fastlane so our best guess is that we were always passing '' as the version code, and Fastlane was just defaulting to the latest version. But now in their newer update they are type-checking the version code, so it's failing.

Fixed Issues

Failed workflow run: https://github.com/Expensify/Expensify.cash/commit/2b3d906b8309142aa8a0d6edea876cc693171c4d/checks

Tests

Can only test by running a production deploy.

@roryabraham roryabraham requested a review from AndrewGable April 8, 2021 00:53
@roryabraham roryabraham self-assigned this Apr 8, 2021
@roryabraham roryabraham requested a review from a team as a code owner April 8, 2021 00:53
@MelvinBot MelvinBot requested review from thienlnam and removed request for a team April 8, 2021 00:53
@AndrewGable
Copy link
Contributor

All yours @thienlnam !

@thienlnam thienlnam merged commit 42912cc into master Apr 8, 2021
@thienlnam thienlnam deleted the Rory-FixAndroidFastlaneVersionCode branch April 8, 2021 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants