Skip to content

Commit 03872b1

Browse files
committed
Fix Homebrew version bump when releasing package
1 parent ec4dd6f commit 03872b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ lane :release do |options|
174174

175175
if is_set( homebrew_formula_name ) && is_set( lane_context[SharedValues::SET_GITHUB_RELEASE_HTML_LINK] )
176176
UI.important("Bumping Homebrew tap \"#{homebrew_formula_name}\" with version #{version}")
177-
sh "brew bump-formula-pr --no-audit --message=\"Update Formula #{version}\" --tag=\"#{version}\" --revision=$(git rev-list -n 1 #{version}) #{homebrew_formula_name}"
177+
sh "brew bump-formula-pr --no-audit --message=\"Update Formula #{version}\" --version=\"#{version}\" #{homebrew_formula_name}"
178178
end
179179
end
180180

0 commit comments

Comments
 (0)