Skip to content

Commit cb8804b

Browse files
[CI] Fix TestFlight app version (#666)
Co-authored-by: Nuno Vieira <[email protected]>
1 parent 0cd688c commit cb8804b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ lane :swiftui_testflight_build do
181181
sdk_target: 'StreamChatSwiftUI',
182182
app_target: 'DemoAppSwiftUI',
183183
app_identifier: 'io.getstream.iOS.DemoAppSwiftUI',
184-
app_version: last_git_tag
184+
app_version: File.read(swift_environment_path).match(/String\s+=\s+"([\d.]+)"/)[1]
185185
)
186186
end
187187

0 commit comments

Comments
 (0)