Skip to content

Commit

Permalink
fix(cd_brew): fix branch name of homebrew-core (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Dec 23, 2024
1 parent 901b9f6 commit dcfc998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/brew-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Brew Release
on:
push:
tags: 'v*'

tags:
- 'v*'
jobs:
release:
name: Bump Homebrew formula
Expand All @@ -12,7 +12,7 @@ jobs:
if: ${{ !contains(github.ref, '-') }} # skip prereleases
with:
formula-name: fzf-make
base-branch: main
base-branch: master
commit-message: |
{{formulaName}} {{version}}
Expand Down

0 comments on commit dcfc998

Please sign in to comment.