Skip to content

Commit

Permalink
Revert "temporarily increment build number by 2"
Browse files Browse the repository at this point in the history
This reverts commit 387de1f.
  • Loading branch information
bummoblizard committed Feb 9, 2024
1 parent 387de1f commit db12403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ platform :ios do

increment_build_number(
xcodeproj: "Code.xcodeproj",
build_number: latest_testflight_build_number + 2
build_number: latest_testflight_build_number + 1
)

Dir.chdir("..") do
Expand Down

0 comments on commit db12403

Please sign in to comment.