Skip to content

Commit

Permalink
test 🧪: testing homebrew changes
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane committed Nov 19, 2023
1 parent dac574a commit 844a0f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ jobs:
workdir: ./
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: goji
formula-path: Formula/goji.rb
homebrew-tap: muandane/homebrew-tap
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ archives:

brews:
- name: goji
homepage: "https://github.com/muandane/homebrew-gitmoji"
homepage: "https://github.com/muandane/homebrew-tap"
repository:
owner: muandane
name: homebrew-gitmoji
name: homebrew-tap
folder: Formula
dependencies:
- name: git
Expand Down

0 comments on commit 844a0f0

Please sign in to comment.