Skip to content

Commit 56604ac

Browse files
committed
Fix fastlane bump lane
1 parent 8fbccde commit 56604ac

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
@@ -158,7 +158,7 @@ platform :ios do
158158
)
159159

160160
version = get_xcconfig_value(path: 'Configs/App.xcconfig', name: 'MARKETING_VERSION')
161-
build = sh("git rev-list --all --count").chomp.strip
161+
build = get_xcconfig_value(path: 'Configs/App.xcconfig', name: 'CURRENT_PROJECT_VERSION')
162162

163163
telegram(
164164
token: ENV['TG_BOT_TOKEN'],

0 commit comments

Comments
 (0)