Skip to content

Commit 5f915d5

Browse files
committed
ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=true
1 parent ff8d933 commit 5f915d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ for:
314314
if [[ "$APPVEYOR_REPO_TAG_NAME" =~ ([0-9\.]+) ]]; then
315315
export FLET_PACKAGE_VERSION="${BASH_REMATCH[1]}"
316316
echo "FLET_PACKAGE_VERSION: ${FLET_PACKAGE_VERSION}"
317+
export ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=true
317318
bundle exec fastlane upload_appstore
318319
else
319320
echo "Cannot extract version information from a tag."

0 commit comments

Comments
 (0)