Skip to content

Commit 2ce8a8e

Browse files
committed
feat: Automatically update Homebrew
Signed-off-by: Drew Cain <[email protected]>
1 parent f8099cd commit 2ce8a8e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@ jobs:
5757
name: Update Homebrew Formula
5858
needs: release
5959
runs-on: ubuntu-latest
60-
<<<<<<< HEAD
61-
=======
6260
permissions:
6361
contents: write
6462
actions: read
65-
>>>>>>> 2b8ca1a (Update README with new website and community links)
6663
steps:
6764
- name: Update Homebrew formula
6865
uses: mislav/bump-homebrew-formula-action@v3
@@ -78,16 +75,8 @@ jobs:
7875
# Commit message for the formula update
7976
commit-message: |
8077
{{formulaName}} {{version}}
81-
<<<<<<< HEAD
82-
83-
Created by https://github.com/basicmachines-co/basic-memory/actions/runs/${{ github.run_id }}
84-
env:
85-
# Personal Access Token with repo scope for homebrew-basic-memory repo
86-
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
87-
=======
8878
8979
Created by https://github.com/basicmachines-co/basic-memory/actions/runs/${{ github.run_id }}
9080
env:
9181
# Personal Access Token with repo scope for homebrew-basic-memory repo
9282
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
93-
>>>>>>> 2b8ca1a (Update README with new website and community links)

0 commit comments

Comments
 (0)