mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
🔊 Log brew taps before/after symlink
This commit is contained in:
parent
cb6f17dbd9
commit
5ea1967fa4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -159,8 +159,10 @@ jobs:
|
||||||
- name: 🚰 Checkout mas tap
|
- name: 🚰 Checkout mas tap
|
||||||
run: |
|
run: |
|
||||||
brew tap mas-cli/tap
|
brew tap mas-cli/tap
|
||||||
|
brew tap
|
||||||
rm -rf /opt/homebrew/Library/Taps
|
rm -rf /opt/homebrew/Library/Taps
|
||||||
ln -s /opt/homebrew/Library/Taps Taps
|
ln -s /opt/homebrew/Library/Taps Taps
|
||||||
|
brew tap
|
||||||
|
|
||||||
# Checkout with a token for write access
|
# Checkout with a token for write access
|
||||||
- name: 🚰 Re-clone mas tap
|
- name: 🚰 Re-clone mas tap
|
||||||
|
|
Loading…
Reference in a new issue