diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 74d6835..97d998a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -172,4 +172,17 @@ jobs: with: body_path: CHANGELOG.md files: | - ./artifacts/*.zip \ No newline at end of file + ./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 \ No newline at end of file