Skip to content

Commit

Permalink
fix: build_number 1씩 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 18, 2024
1 parent 4d7289b commit 41b4b1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ match(
app_identifier: "com.teamHY2.HongikYeolgong2",
readonly: true)

increment_build_number(xcodeproj: "HongikYeolgong2.xcodeproj")
increment_build_number(
build_number: latest_testflight_build_number + 1
xcodeproj: "HongikYeolgong2.xcodeproj"
)

build_app(scheme: "HongikYeolgong2", export_method: "app-store")

Expand Down

0 comments on commit 41b4b1e

Please sign in to comment.