fix manual brew pipeline

This commit is contained in:
extrawurst 2023-08-30 16:49:22 +02:00
parent bc1cea3dc8
commit 082e308efb

View File

@ -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 }}