Skip to content

Commit

Permalink
Add bump homebrew formula gha (#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Dec 24, 2022
1 parent 35cb9b8 commit bf570af
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,19 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ steps.changelog.outputs.RELEASE_TAG }}

homebrew:
name: "Bump Homebrew formula"
runs-on: ubuntu-22.04
if: (!contains(github.ref, '-pre.'))
steps:
- uses: mislav/bump-homebrew-formula-action@v2
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: atlantis
commit-message: |
{{formulaName}} {{version}}
Created by https://github.com/mislav/bump-homebrew-formula-action
env:
COMMITTER_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}

0 comments on commit bf570af

Please sign in to comment.