Skip to content

Commit b0af1ed

Browse files
Added auto-bump
1 parent b4d45d2 commit b0af1ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,15 @@ jobs:
5353
repo_token: ${{ secrets.GITHUB_TOKEN }}
5454
file: dist/signed-binaries/*
5555
file_glob: true
56+
57+
- name: Update Homebrew formula
58+
uses: dawidd6/action-homebrew-bump-formula@v3
59+
with:
60+
# Required, custom personal GitHub access token with only the 'public_repo' scope enabled
61+
token: ${{secrets.CUSTOM_PERSONAL_ACCESS_TOKEN}}
62+
# Bump all outdated formulae in this tap
63+
tap: overmindtech/homebrew-overmind
64+
# Bump only these formulae if outdated
65+
formula: overmind-cli
66+
# Need to set this input if want to use `brew livecheck`
67+
livecheck: true

0 commit comments

Comments
 (0)