From fc82eecaafa527752d69e9bf0185189b52bf44eb Mon Sep 17 00:00:00 2001 From: Filipe Freire Date: Thu, 10 Oct 2024 09:35:27 +0100 Subject: [PATCH] fix: homebrew job [INS-4555] (#8059) * fix: homebrew job * comment out beta * fix * fix * fix? * try * fix --- .github/workflows/homebrew.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 4ccb84af1816..ae92efcea705 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -33,7 +33,7 @@ jobs: run: brew install-bundler-gems - name: Add "Versions" Tap - run: brew tap homebrew/homebrew-cask-versions + run: brew tap homebrew/homebrew-cask --force - name: Configure Git user uses: Homebrew/actions/git-user-config@master @@ -46,18 +46,18 @@ jobs: # Update Homebrew's Inso(mnia) formulae # https://github.com/Homebrew/actions/tree/master/bump-formulae - name: Bump Inso (Beta) Formula - uses: Homebrew/actions/bump-formulae@master + uses: Homebrew/actions/bump-packages@master with: token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }} - formulae: inso-beta + casks: inso@beta - name: Bump Inso Formula - uses: Homebrew/actions/bump-formulae@master + uses: Homebrew/actions/bump-packages@master with: token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }} - formulae: inso + casks: inso - name: Bump Insomnia Formula - uses: Homebrew/actions/bump-formulae@master + uses: Homebrew/actions/bump-packages@master with: token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }} # Bump only these formulae if outdated - formulae: insomnia + casks: insomnia