Skip to content

Commit

Permalink
Fixed typo in Fastfile iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Mar 22, 2022
1 parent 678ce23 commit 3e918ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ platform :ios do
end

desc "iOS Release"
land :release do
lane :release do
increment_version_number(
version_number: "1.3.0"
)
Expand Down

0 comments on commit 3e918ff

Please sign in to comment.