Skip to content

Commit

Permalink
Make git push not dependet on local config
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Apr 14, 2020
1 parent 92b5ae5 commit 6bc984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ ENV["HAS_ALPHA_VERSION"]="true"
if (options[:auto_commit]) then
sh("cd .. && git add #{main_strings_path}")
sh("git commit -m 'Update strings for translation'")
sh("git push")
sh("git push origin HEAD")
else
UI.important("Your #{main_strings_path} has changed.")
UI.input("Please, review the changes, commit them and press return to continue.")
Expand Down

0 comments on commit 6bc984a

Please sign in to comment.