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 8fbccde commit 56604acCopy full SHA for 56604ac
fastlane/Fastfile
@@ -158,7 +158,7 @@ platform :ios do
158
)
159
160
version = get_xcconfig_value(path: 'Configs/App.xcconfig', name: 'MARKETING_VERSION')
161
- build = sh("git rev-list --all --count").chomp.strip
+ build = get_xcconfig_value(path: 'Configs/App.xcconfig', name: 'CURRENT_PROJECT_VERSION')
162
163
telegram(
164
token: ENV['TG_BOT_TOKEN'],
0 commit comments