Skip to content

Commit

Permalink
chore: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 18, 2024
1 parent b8fdcee commit 49849d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,15 @@ lane :build_flavor do |params|

repository_name = ENV['REPOSITORY'].match(/([^\/]+\/[^\/]+)(\.git)?$/)[1]
dist_path = File.expand_path(File.join(project_root_path, 'dist'))
tag = "#{tag_prefix}#{version}/#{versionCode}";
puts "working directory:" + Dir.getwd
puts "dist_path:" + dist_path
puts "platform:" + platform
puts "repository_name:" + repository_name
puts "flavor:" + flavor
puts "version:" + version
puts "versionCode:" + versionCode
puts "tag:" + tag
puts "options:" + JSON.generate(options.to_json)

# if (options[:sentry])
Expand Down Expand Up @@ -141,7 +143,6 @@ lane :build_flavor do |params|
git_commit(path: ["./*.gradle"], message: "chore: new build", allow_nothing_to_commit: true)
end

tag = "#{tag_prefix}#{version}/#{versionCode}";
changelog = get_changelog(platform:platform, flavor:flavor)

if (options[:publish] != false)
Expand Down

0 comments on commit 49849d3

Please sign in to comment.