-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Use VERSION_CODE
instead of VERSION
#3445
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed that in the iOS production lane we're expecting a VERSION
input, but in Android we're expecting VERSION_CODE
. Maybe we should change the ruby code instead of the GH workflow so that the inputs match better between iOS and Android?
👍 - That works! I will make that change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, let's see if this works!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.65-1🚀
|
🚀 Deployed to production in version: 1.0.68-4🚀
|
Details
Changes the ENV variable to the correct name
VERSION_CODE
in the platform deploy workflow.Fixed Issues
Fixes #2918
Tests
0