Skip to content

Commit

Permalink
[hotfix] fastlane 릴리즈 빌드 메소드 app-store-connenct로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 3, 2024
1 parent 55899e1 commit 3ee5523
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 @@ -66,7 +66,7 @@ platform :ios do
workspace: "Pokit.xcworkspace",
scheme: "App",
configuration: "Release",
export_method: "app-store"
export_method: "app-store-connect"
)
end

Expand Down

0 comments on commit 3ee5523

Please sign in to comment.