Skip to content

Commit 4b29fc6

Browse files
change tag prefix
1 parent b3903a6 commit 4b29fc6

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
@@ -3,7 +3,6 @@ platform :android do
33
before_all do |lane, options|
44
ENV["APP_FLAVOR"] = options[:flavor]
55
ENV["PROJECT_DIR"] = "./"
6-
tag_prefix = 'v*'
76
puts "Flavor environment #{options[:flavor]}"
87
end
98
def on_error(exception)
@@ -43,6 +42,7 @@ platform :android do
4342

4443
semver = ENV["SEMVER"]
4544
if semver
45+
tag_prefix = 'v*'
4646
isReleasable = analyze_commits(match: tag_prefix)
4747
tag = "#{lane_context[SharedValues::RELEASE_NEXT_VERSION]}-#{ENV["FLAVOR_TYPE"]}"
4848
puts "RELEASE_NEXT_VERSION #{lane_context[SharedValues::RELEASE_NEXT_VERSION]}-#{ENV["FLAVOR_TYPE"]}"

0 commit comments

Comments
 (0)