Skip to content

Commit

Permalink
fix: FastFile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 16, 2024
1 parent d080427 commit 348b183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ platform :ios do

desc "Push a new beta build to TestFlight"
lane :beta do
app_store_connect_api_key(is_key_content_base64: true, in_house: false)
new_build_number = latest_testflight_build_number
version = get_version_number(xcodeproj: "HongikYeolgong2.xcodeproj")
app_store_connect_api_key(is_key_content_base64: true, in_house: false)

# match 방식 사용
match(git_url: ENV['GIT_URL'],
storage_mode: "git",
Expand Down

0 comments on commit 348b183

Please sign in to comment.