mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +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
|
./release/*.msi
|
||||||
|
|
||||||
- name: Bump homebrew-core formula
|
- 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
|
if: "matrix.os == 'macos-latest' && !contains(github.ref, '-')" # skip prereleases
|
||||||
env:
|
env:
|
||||||
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
|
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue