mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
upgrade like in f27ca92
This commit is contained in:
parent
56e2da3027
commit
a72c62bd82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
./release/*.msi
|
||||
|
||||
- name: Bump homebrew-core formula
|
||||
uses: mislav/bump-homebrew-formula-action@v2
|
||||
uses: mislav/bump-homebrew-formula-action@v3
|
||||
if: "matrix.os == 'macos-latest' && !contains(github.ref, '-')" # skip prereleases
|
||||
env:
|
||||
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue