Skip to content

Commit e0e879d

Browse files
author
ulwlu
committed
Add cd to update brew formula in homebrew core
1 parent fde369e commit e0e879d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,14 @@ jobs:
6565
git-delta*.deb
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
69+
bump:
70+
runs-on: macos-latest
71+
steps:
72+
- name: Checkout repository
73+
uses: actions/checkout@v2
74+
- name: Bump brew formulae
75+
uses: dawidd6/action-homebrew-bump-formula@v3
76+
with:
77+
formula: git-delta
78+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)