Skip to content
Snippets Groups Projects
Unverified Commit 633fa027 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

Merge pull request #8185 from Bo98/pr-publish-args-fix

dev-cmd/pr-publish: fix --tap and --workflow
parents df16e9f2 fd24bcfc
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ module Homebrew
def pr_publish
args = pr_publish_args.parse
tap = Tap.fetch(Homebrew.args.tap || CoreTap.instance.name)
workflow = Homebrew.args.workflow || "publish-commit-bottles.yml"
tap = Tap.fetch(args.tap || CoreTap.instance.name)
workflow = args.workflow || "publish-commit-bottles.yml"
ref = "master"
args.named.uniq.each do |arg|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment