We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4dd6f commit 03872b1Copy full SHA for 03872b1
frameworks/Fastfile
@@ -174,7 +174,7 @@ lane :release do |options|
174
175
if is_set( homebrew_formula_name ) && is_set( lane_context[SharedValues::SET_GITHUB_RELEASE_HTML_LINK] )
176
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}"
+ sh "brew bump-formula-pr --no-audit --message=\"Update Formula #{version}\" --version=\"#{version}\" #{homebrew_formula_name}"
178
end
179
180
0 commit comments