Skip to content

Commit

Permalink
Fix fastlane error
Browse files Browse the repository at this point in the history
 Could not find action, lane or variable 'options'.
  • Loading branch information
ashiagr committed Feb 28, 2024
1 parent 1715eb2 commit 2521bbf
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 @@ -241,7 +241,7 @@ platform :android do
UI.success("Done! New Release Version: #{release_version_current}. New Build Code: #{build_code_current}")
end

lane :finalize_hotfix_release do
lane :finalize_hotfix_release do |options|
ensure_git_branch(branch: '^release/') # Match branch names that begin with `release/`
ensure_git_status_clean

Expand Down

0 comments on commit 2521bbf

Please sign in to comment.