mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-29 16:22:28 -05:00
fix: homebrew job [INS-4555] (#8059)
* fix: homebrew job * comment out beta * fix * fix * fix? * try * fix
This commit is contained in:
14
.github/workflows/homebrew.yml
vendored
14
.github/workflows/homebrew.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user