Skip to content

Commit

Permalink
fix manual brew pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Aug 30, 2023
1 parent bc1cea3 commit 082e308
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: brew update
on:
# only manually
workflow_dispatch:
inputs:
tag-name:
required: true
description: 'release tag'

jobs:
update_brew:
Expand All @@ -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 }}

0 comments on commit 082e308

Please sign in to comment.