Skip to content

Commit

Permalink
fix: build_number 증가하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 18, 2024
1 parent 9e59172 commit 764af31
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 @@ -51,7 +51,7 @@ platform :ios do
app_identifier: "com.teamHY2.HongikYeolgong2",
readonly: true)

new_build_number = latest_testflight_build_number
new_build_number = latest_testflight_build_number + 1
version = get_version_number(xcodeproj: "HongikYeolgong2.xcodeproj")
# 빌드버전 증가
increment_build_number(
Expand Down

0 comments on commit 764af31

Please sign in to comment.