Skip to content

Commit

Permalink
πŸ”— Symlink tap to taps dir
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Aug 3, 2024
1 parent 20faba3 commit 84e13f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 84e13f9

Please sign in to comment.