mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🔗 Symlink tap to taps dir
This commit is contained in:
parent
20faba39a9
commit
84e13f9380
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue