Skip to content

Commit

Permalink
Remove redundant Git push step
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jan 29, 2024
1 parent 0e7d01f commit 7b0c52f
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 @@ -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 |
Expand Down

0 comments on commit 7b0c52f

Please sign in to comment.