From 668ee177e15cd6eaa73002757448dad93d1f0da4 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Sat, 11 Jan 2025 14:53:41 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20cn=E3=80=81com=E5=8C=BA=E5=9F=9F=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=80=BB=E8=BE=91=E5=88=86=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index de33726d..ce86b0c2 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -110,7 +110,7 @@ platform :android do print_log "build flavor for: #{flavor}" build_number = Time.now.strftime("%Y%m%d%H") print_log "BuildNo #{build_number}" - build_version = $current_tag.match(/^v(\d+\.\d+\.\d+)/).captures[0] +# build_version = $current_tag.match(/^v(\d+\.\d+\.\d+)/).captures[0] print_log "buildVersion #{build_version}" commit_hash = last_git_commit short_hash = commit_hash[:abbreviated_commit_hash]