We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd688c commit cb8804bCopy full SHA for cb8804b
fastlane/Fastfile
@@ -181,7 +181,7 @@ lane :swiftui_testflight_build do
181
sdk_target: 'StreamChatSwiftUI',
182
app_target: 'DemoAppSwiftUI',
183
app_identifier: 'io.getstream.iOS.DemoAppSwiftUI',
184
- app_version: last_git_tag
+ app_version: File.read(swift_environment_path).match(/String\s+=\s+"([\d.]+)"/)[1]
185
)
186
end
187
0 commit comments