We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d45d2 commit b0af1edCopy full SHA for b0af1ed
.github/workflows/release.yml
@@ -53,3 +53,15 @@ jobs:
53
repo_token: ${{ secrets.GITHUB_TOKEN }}
54
file: dist/signed-binaries/*
55
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