We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8d933 commit 5f915d5Copy full SHA for 5f915d5
.appveyor.yml
@@ -314,6 +314,7 @@ for:
314
if [[ "$APPVEYOR_REPO_TAG_NAME" =~ ([0-9\.]+) ]]; then
315
export FLET_PACKAGE_VERSION="${BASH_REMATCH[1]}"
316
echo "FLET_PACKAGE_VERSION: ${FLET_PACKAGE_VERSION}"
317
+ export ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=true
318
bundle exec fastlane upload_appstore
319
else
320
echo "Cannot extract version information from a tag."
0 commit comments