Skip to content

Commit

Permalink
add: bump formulae stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Nov 20, 2023
1 parent c72aa21 commit b017c60
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,17 @@ jobs:
with:
body_path: CHANGELOG.md
files: |
./artifacts/*.zip
./artifacts/*.zip
bump-formulae:
needs: github-release
runs-on: macos-latest
steps:
- name: Bump formulae
uses: Homebrew/actions/bump-formulae@master
with:
# Custom GitHub access token with only the 'public_repo' scope enabled
token: ${{secrets.PUBLIC_TOKEN}}
# Bump only these formulae if outdated
formulae: |
Bob

0 comments on commit b017c60

Please sign in to comment.