Skip to content

Commit 082e308

Browse files
committed
fix manual brew pipeline
1 parent bc1cea3 commit 082e308

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/brew.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: brew update
33
on:
44
# only manually
55
workflow_dispatch:
6+
inputs:
7+
tag-name:
8+
required: true
9+
description: 'release tag'
610

711
jobs:
812
update_brew:
@@ -16,3 +20,4 @@ jobs:
1620
formula-name: gitui
1721
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
1822
formula-path: Formula/g/gitui.rb
23+
tag-name: ${{ github.event.inputs.tag-name }}

0 commit comments

Comments
 (0)