We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822cbf5 commit ceab45aCopy full SHA for ceab45a
fastlane/Fastfile
@@ -47,7 +47,7 @@ lane :release do
47
if podspec_version != latest_version
48
UI.message "Updating Podspec version"
49
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}")
+ commit = commit_file(file_path: ENV["PODSPEC_PATH"], commit_message: "Bumped Podspec Version to v#{latest_version}")
51
commit_sha = commit[:json]["commit"]["sha"]
52
end
53
0 commit comments