Skip to content

Commit

Permalink
chore: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 17, 2024
1 parent 6654842 commit 31cd0a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,14 @@ lane :build_flavor do |params|
end
upload_store(changelog:changelog, version: version, versionCode: versionCode, flavor:flavor, options:options, build_output:build_output)
end
end
if (options[:create_tag] != false)
git_pull
if !git_tag_exists(tag: tag)
add_git_tag(tag: tag, force: true)
push_git_tags(force: true)
if (options[:create_tag] != false)
git_pull
if !git_tag_exists(tag: tag)
add_git_tag(tag: tag, force: true)
push_git_tags(force: true)
end
push_to_git_remote(tags:false)
end
push_to_git_remote(tags:false)
end
end

Expand Down
2 changes: 1 addition & 1 deletion tools

0 comments on commit 31cd0a4

Please sign in to comment.