diff --git a/.github/workflows/auto_bump_homebrew.yml b/.github/workflows/auto_bump_homebrew.yml index 64c30cef9b..33785635bb 100644 --- a/.github/workflows/auto_bump_homebrew.yml +++ b/.github/workflows/auto_bump_homebrew.yml @@ -2,11 +2,12 @@ on: push: tags: 'v*' workflow_dispatch: - inputs: - tag-name: - description: 'The git tag name to bump the formula to' - required: true + # inputs: + # tag-name: + # description: 'The git tag name to bump the formula to' + # required: true +name: Auto Bump Homebrew jobs: homebrew: name: Bump Homebrew formula