Skip to content

Commit 050f6d8

Browse files
authored
add missing 'end' to fastfile
1 parent 9f25858 commit 050f6d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ platform :ios do
1414
else
1515
UI.message "bumping patch"
1616
increment_version_number_in_plist(xcodeproj: './ios/ReactNativeFastlane.xcodeproj', bump_type: 'patch')
17+
end
1718
end
1819

1920
private_lane :staging_build do
@@ -111,4 +112,4 @@ lane :codepush do |options|
111112
else
112113
UI.error "Not going to push"
113114
end
114-
end
115+
end

0 commit comments

Comments
 (0)