Skip to content

Commit

Permalink
Fix a typo s/iscalled/is called
Browse files Browse the repository at this point in the history
Noticed when looking at #3537 but it was too late to suggest an edit.
  • Loading branch information
mokagio authored Feb 4, 2025
1 parent 6cd01e3 commit d18df98
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 @@ -453,7 +453,7 @@ platform :android do
is_beta = beta_version?(version)
unless skip_prechecks
# Match branch names that begin with `release/`
# Skip this check on CI because that action relies on CI env vars, but when this lane iscalled as part of `code_freeze` the branch changed since the CI build started, so that wouldn't work
# Skip this check on CI because that action relies on CI env vars, but when this lane is called as part of `code_freeze` the branch changed since the CI build started, so that wouldn't work
ensure_git_branch(branch: '^release/') unless is_ci

UI.important("Building version #{version_name_current} (#{build_code_current}) for upload to Google Play Console")
Expand Down

0 comments on commit d18df98

Please sign in to comment.