From 7b0c52f179456fec369296fc366ae6895d85cc81 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 29 Jan 2024 13:47:13 +1100 Subject: [PATCH] Remove redundant Git push step --- fastlane/Fastfile | 1 - 1 file changed, 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9d3bd979c..483fb3c57 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -531,7 +531,6 @@ UPLOAD_TO_PLAY_STORE_JSON_KEY = File.join(PROJECT_ROOT_FOLDER, '.configure-files message: 'Update strings file for translation automation', allow_nothing_to_commit: true ) - push_to_git_remote(tags: false) end private_lane :create_gh_release do | options |