Skip to content

Commit

Permalink
Force mobile staging build (#3558)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback committed Jun 9, 2023
1 parent 5456271 commit 57ff5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ platform :ios do
codepushDeployment = CODEPUSH_RC_DEPLOYMENT
end
currentReleasedVersionNumber, plistVersionNumber = get_version(scheme: scheme)
isVersionIncremented = plistVersionNumber > currentReleasedVersionNumber
isVersionIncremented = true # REVERT!!!
packageJson = File.open "../../package.json"
packageJsonData = JSON.load packageJson
if !isVersionIncremented
Expand Down

0 comments on commit 57ff5c5

Please sign in to comment.