chore(homebrew): Try to setup homebrew correctly (2) #118
This commit is contained in:
parent
1961a2dd98
commit
1e4c332301
|
@ -14,11 +14,14 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Homebrew
|
- name: Set up Homebrew
|
||||||
uses: Homebrew/actions/setup-homebrew@master
|
uses: Homebrew/actions/setup-homebrew@master
|
||||||
- run: brew tap AChep/cask
|
- name: Set up Git
|
||||||
- name: Bump packages
|
run: |
|
||||||
uses: Homebrew/actions/bump-packages@master
|
git config --global user.email mail@artemchep.com
|
||||||
with:
|
git config --global user.name AChep
|
||||||
token: ${{ secrets.DEPLOY_HOMEBREW_GITHUB_TOKEN }}
|
- name: Update Homebrew cask
|
||||||
casks: >
|
env:
|
||||||
keyguard
|
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.DEPLOY_HOMEBREW_GITHUB_TOKEN }}
|
||||||
fork: true
|
run: |
|
||||||
|
brew tap AChep/cask
|
||||||
|
brew update
|
||||||
|
brew bump-cask-pr keyguard
|
||||||
|
|
Loading…
Reference in New Issue