Skip to content

Commit

Permalink
Update brew.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Mar 11, 2024
1 parent 6340aba commit 7b5d446
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/brew.yml
Expand Up @@ -12,16 +12,7 @@ jobs:
with:
test-bot: false

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v2
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ runner.os }}-rubygems-

- name: Install Homebrew Bundler RubyGems
if: steps.cache.outputs.cache-hit != 'true'
run: brew install-bundler-gems

- name: Configure Git user
Expand All @@ -31,7 +22,8 @@ jobs:
run: brew update

- name: Bump formulae
uses: Homebrew/actions/bump-formulae@master
uses: Homebrew/actions/bump-packages@master
with:
token: ${{ secrets.MY_HOMEBREW_RELEASE_GITHUB_TOKEN }}
formulae: fx
formulae: |
fx

0 comments on commit 7b5d446

Please sign in to comment.