👷🏻‍♂️ Move homebrew/core update before mas tap

This commit is contained in:
Ben Chatelain 2024-03-10 11:22:09 -06:00
parent 76c8314004
commit 6c65f4e096
No known key found for this signature in database

View file

@ -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 }}