We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f5bb7 commit f19c432Copy full SHA for f19c432
lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_git_helper.rb
@@ -69,7 +69,7 @@ def self.final_tag(version)
69
def self.localize_project()
70
Action.sh("cd #{ENV["PROJECT_ROOT_FOLDER"]} && ./Scripts/localize.py")
71
Action.sh("git add #{ENV["PROJECT_ROOT_FOLDER"]}#{ENV["PROJECT_NAME"]}*.lproj/Localizable.strings")
72
- is_repo_clean = `git status --porcelain`.empty?
+ is_repo_clean = `git status --porcelain`.empty?
73
if is_repo_clean then
74
UI.message("No new strings, skipping commit.")
75
else
0 commit comments