Skip to content

Commit

Permalink
[Chore] #684 - release lane 수정
Browse files Browse the repository at this point in the history
- build number 증가시키는 명령어 추가
  • Loading branch information
hyun99999 committed Nov 2, 2022
1 parent f0b8e2b commit d508879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Spark-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ platform :ios do
if options[:version]
get_certificates
get_provisioning_profile
increment_build_number(xcodeproj: "Spark-iOS.xcodeproj")
increment_version_number(
version_number: options[:version],
xcodeproj: "Spark-iOS.xcodeproj"
Expand Down

0 comments on commit d508879

Please sign in to comment.