Skip to content

Commit

Permalink
fix fastlane (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Jan 13, 2021
1 parent cfb8241 commit 9c130b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ platform :ios do
desc "Submit a new Beta build to Apple TestFlight"
lane :beta do
increment_build_number({
build_number: latest_testflight_build_number(version: get_version_number(target: "Rainbow")) + 1
build_number: latest_testflight_build_number(version: get_version_number(target: "Rainbow")) + 2
})

update_info_plist(
Expand Down

0 comments on commit 9c130b9

Please sign in to comment.