mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix manual brew pipeline
This commit is contained in:
parent
bc1cea3dc8
commit
082e308efb
1 changed files with 5 additions and 0 deletions
5
.github/workflows/brew.yml
vendored
5
.github/workflows/brew.yml
vendored
|
|
@ -3,6 +3,10 @@ name: brew update
|
|||
on:
|
||||
# only manually
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag-name:
|
||||
required: true
|
||||
description: 'release tag'
|
||||
|
||||
jobs:
|
||||
update_brew:
|
||||
|
|
@ -16,3 +20,4 @@ jobs:
|
|||
formula-name: gitui
|
||||
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
|
||||
formula-path: Formula/g/gitui.rb
|
||||
tag-name: ${{ github.event.inputs.tag-name }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue