Skip to content

Commit 5ac1b3b

Browse files
author
Tsvetan Raikov
committed
Fixed appstore upload for iOS
1 parent 0d3bc45 commit 5ac1b3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/commands/appstore-upload.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export class PublishIOS implements ICommand {
5252
this.$logger.warn("No code sign identity set. A default code sign identity will be used. You can set one in app/App_Resources/iOS/build.xcconfig");
5353
}
5454

55+
this.$options.release = true;
56+
5557
if (!ipaFilePath) {
5658
let platform = this.$devicePlatformsConstants.iOS;
5759
// No .ipa path provided, build .ipa on out own.
@@ -82,7 +84,6 @@ export class PublishIOS implements ICommand {
8284
}
8385
}
8486

85-
this.$options.release = true;
8687
this.$itmsTransporterService.upload({
8788
username,
8889
password,

0 commit comments

Comments
 (0)