mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
👷🏼♂️ Checkout using symlink
Error: Repository path '/opt/homebrew/Library/Taps/mas-cli/homebrew-tap' is not under '/Users/runner/work/mas/mas'
This commit is contained in:
parent
d202441a63
commit
7603c30da0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -157,6 +157,7 @@ jobs:
|
|||
run: |
|
||||
brew tap mas-cli/tap
|
||||
rm -rf /opt/homebrew/Library/Taps/mas-cli/homebrew-tap
|
||||
ln -s /opt/homebrew/Library/Taps Taps
|
||||
|
||||
# Checkout with a token for write access
|
||||
- name: 🚰 Re-clone mas tap
|
||||
|
@ -165,7 +166,7 @@ jobs:
|
|||
repository: mas-cli/homebrew-tap
|
||||
token: ${{ secrets.DEPLOY_TOKEN }}
|
||||
# brew --repository mas-cli/tap
|
||||
path: /opt/homebrew/Library/Taps/mas-cli/homebrew-tap
|
||||
path: Taps/mas-cli/homebrew-tap
|
||||
|
||||
- name: ⤴️ Open mas tap PR
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue