Skip to content

Commit

Permalink
Merge pull request #237 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Correction for tag pushing fastlane
  • Loading branch information
stzouvaras authored Dec 3, 2024
2 parents 722c312 + 507cc35 commit b345945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ platform :android do
desc "Upload tag to remote repo"
lane :upload_tag do |values|
remoteUrl = values[:remoteUrl]
tagVersion = values[:tagVersion]
tag = values[:tag]
sh("git remote set-url origin #{remoteUrl}")
push_git_tags(tag: tagVersion)
push_git_tags(tag: tag)
end

desc "Upload to AppCenter"
Expand Down

0 comments on commit b345945

Please sign in to comment.