Skip to content

Commit ea2ea9c

Browse files
authored
Merge pull request #9 from vetlewi/dev
Fixed the issue??
2 parents 682cb41 + dd0b3bb commit ea2ea9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/UpdateHomebrew.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: UpdateHomebrew
22

33
on:
44
push:
5-
tags: 'v*'
5+
tags:
6+
- 'v*'
67

78
jobs:
89
homebrew:
@@ -46,6 +47,7 @@ jobs:
4647
- name: Commit updated bottle block
4748
run: |
4849
# Clone the tap repo
50+
brew tap vetlewi/formula
4951
git clone https://x-access-token:${{ secrets.COMMITTER_TOKEN }}@github.com/vetlewi/homebrew-formula.git
5052
cd homebrew-formula
5153

0 commit comments

Comments
 (0)