Skip to content

Commit 3c4f6c9

Browse files
committed
Fix missing team archiving
1 parent 99b4dfb commit 3c4f6c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ platform :ios do
168168
silent: true,
169169
suppress_xcode_output: true,
170170
skip_package_pkg: true,
171-
export_method: "app-store"
171+
export_method: "app-store",
172+
export_team_id: "7353CQCGQC"
172173
)
173174
end
174175

0 commit comments

Comments
 (0)