Skip to content

Commit

Permalink
[CI] Fix TestFlight app version (#666)
Browse files Browse the repository at this point in the history
Co-authored-by: Nuno Vieira <[email protected]>
  • Loading branch information
testableapple and nuno-vieira authored Nov 26, 2024
1 parent 0cd688c commit cb8804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ lane :swiftui_testflight_build do
sdk_target: 'StreamChatSwiftUI',
app_target: 'DemoAppSwiftUI',
app_identifier: 'io.getstream.iOS.DemoAppSwiftUI',
app_version: last_git_tag
app_version: File.read(swift_environment_path).match(/String\s+=\s+"([\d.]+)"/)[1]
)
end

Expand Down

0 comments on commit cb8804b

Please sign in to comment.