Skip to content

Commit

Permalink
fixfastlane 10 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski authored Jan 13, 2022
1 parent 0ba27ac commit 0e0f11c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ platform :ios do
git_user_name = options[:git_user_name] || ENV["GIT_USER_NAME"]
git_user_email = options[:git_user_email] || ENV["GIT_USER_EMAIL"]
release_branch = options[:release_branch] || "main"


if version.nil?
version = get_next_release_version()
Expand Down

0 comments on commit 0e0f11c

Please sign in to comment.