🔗 Symlink tap to taps dir

This commit is contained in:
Ben Chatelain 2024-08-03 12:36:41 -06:00
parent 20faba39a9
commit 84e13f9380
No known key found for this signature in database

View file

@ -165,9 +165,11 @@ jobs:
DRY_RUN: ${{ needs.start.outputs.dry_run }}
RELEASE_BRANCH: ${{ needs.start.outputs.release_branch }}
MAS_VERSION: ${{ needs.start.outputs.mas_version }}
working-directory: mas-tap
run: |
brew tap mas-cli/tap
cd "$(brew --repository mas-cli/tap)"
ln -s . "$(brew --repository mas-cli/tap)"
brew tap
git branch "${RELEASE_BRANCH}"
git switch "${RELEASE_BRANCH}"