Harden release workflows for iOS and version bumps

This commit is contained in:
Juan José Mata
2026-06-21 11:14:47 +02:00
parent 109526e53d
commit 19f6a84b70
2 changed files with 22 additions and 7 deletions

View File

@@ -206,7 +206,7 @@ jobs:
<plist version="1.0">
<dict>
<key>method</key>
<string>app-store</string>
<string>app-store-connect</string>
<key>teamID</key>
<string>${IOS_TEAM_ID}</string>
<key>signingStyle</key>
@@ -248,7 +248,6 @@ jobs:
-destination 'generic/platform=iOS' \
MARKETING_VERSION="$IOS_VERSION" \
CURRENT_PROJECT_VERSION="$IOS_BUILD_NUMBER" \
PRODUCT_BUNDLE_IDENTIFIER="$APP_BUNDLE_ID" \
archive
mkdir -p "$EXPORT_PATH"