mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
👷🏻♂️ Move homebrew/core update before mas tap
This commit is contained in:
parent
76c8314004
commit
6c65f4e096
1 changed files with 5 additions and 4 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -70,6 +70,11 @@ jobs:
|
|||
name: mas.pkg
|
||||
path: .build/mas.pkg
|
||||
|
||||
- name: 🍺 Update Homebrew mas formula
|
||||
run: |
|
||||
DRY_RUN=${{ env.DRY_RUN }} \
|
||||
script/brew_formula_update ${{ env.MAS_VERSION }}
|
||||
|
||||
- name: 🍼 Homebrew Bottles for mas tap
|
||||
run: |
|
||||
script/bottle
|
||||
|
@ -82,7 +87,3 @@ jobs:
|
|||
path: |
|
||||
.build/bottles/mas-*.bottle.tar.gz
|
||||
|
||||
- name: 🍺 Update Homebrew mas formula
|
||||
run: |
|
||||
DRY_RUN=${{ env.DRY_RUN }} \
|
||||
script/brew_formula_update ${{ env.MAS_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue