mirror of
https://github.com/we-promise/sure.git
synced 2026-07-20 00:35:22 +00:00
Harden release workflows for iOS and version bumps
This commit is contained in:
3
.github/workflows/ios-testflight.yml
vendored
3
.github/workflows/ios-testflight.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user