Skip to content

Commit 1668cde

Browse files
[CI] Provide app version on TestFlight upload (#729)
1 parent ca6e83e commit 1668cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ private_lane :upload_beta do |options|
184184
xcode_project: xcode_project,
185185
sdk_target: 'StreamVideo',
186186
app_target: options[:app_target],
187+
app_version: get_sdk_version_from_environment,
187188
app_identifier: options[:app_identifier],
188189
configuration: configuration,
189190
extensions: ['CallIntent', 'ScreenSharing']

0 commit comments

Comments
 (0)