mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Cleanup homebrew-core
release job.
Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
e22559c910
commit
bc7e78c85a
1 changed files with 2 additions and 8 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -110,15 +110,9 @@ jobs:
|
|||
run: |
|
||||
script/bootstrap -f
|
||||
|
||||
- name: 🔧 Configure Git Author
|
||||
run: |
|
||||
git config --global user.name 'masclibot'
|
||||
git config --global user.email 'masclibot@users.noreply.github.com'
|
||||
|
||||
- name: 🍺 Update Homebrew mas formula
|
||||
- name: 🍺 Update homebrew-core mas formula
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||
DRY_RUN: ${{ needs.start.outputs.dry_run }}
|
||||
run: |
|
||||
DRY_RUN="${DRY_RUN}" script/brew_core_update
|
||||
script/brew_core_update
|
||||
|
|
Loading…
Reference in a new issue