Skip to content

Commit ceab45a

Browse files
committed
Fixed typo in fastfile
1 parent 822cbf5 commit ceab45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lane :release do
4747
if podspec_version != latest_version
4848
UI.message "Updating Podspec version"
4949
version_bump_podspec(path: ENV["PODSPEC_PATH"], version_number: latest_version)
50-
commit_file(file_path: ENV["PODSPEC_PATH"], commit_message: "Bumped Podspec Version to v#{latest_version}")
50+
commit = commit_file(file_path: ENV["PODSPEC_PATH"], commit_message: "Bumped Podspec Version to v#{latest_version}")
5151
commit_sha = commit[:json]["commit"]["sha"]
5252
end
5353

0 commit comments

Comments
 (0)