diff --git a/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb b/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb index 600edd2e7a..2cd1862196 100644 --- a/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb +++ b/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb @@ -42,7 +42,7 @@ module Homebrew def run tap = Tap.fetch(args.tap || CoreTap.instance.name) user, repo = tap.full_name.split("/") - ref = "master" + ref = "main" workflow = args.workflow || "dispatch-build-bottle.yml" runners = []