mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
release.yml
: remove unnecessary output.
Remove commented code. Improve step name. Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
a76a2288d2
commit
30962b322e
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -152,7 +152,7 @@ jobs:
|
|||
# must be run for Homebrew to see the dir as a tap.
|
||||
# This is necessary to avoid the following error:
|
||||
# Error: No available formula or cask with the name "mas-cli/tap/mas".
|
||||
- name: 🚰 Checkout mas tap
|
||||
- name: 🚰 Tap mas tap
|
||||
env:
|
||||
TAP_PATH: ${{ needs.start.outputs.tap_path }}
|
||||
run: |
|
||||
|
@ -160,9 +160,7 @@ jobs:
|
|||
rm -rf "${TAPS_PATH}"
|
||||
mkdir Taps
|
||||
ln -s "$(realpath Taps)" "${TAPS_PATH}"
|
||||
ls -l "${TAPS_PATH}"
|
||||
brew tap mas-cli/tap
|
||||
brew tap
|
||||
|
||||
# Checkout with a token for write access
|
||||
- name: 🚰 Re-clone mas tap
|
||||
|
@ -170,7 +168,6 @@ jobs:
|
|||
with:
|
||||
repository: mas-cli/homebrew-tap
|
||||
token: ${{ secrets.DEPLOY_TOKEN }}
|
||||
# brew --repository mas-cli/tap
|
||||
path: Taps/mas-cli/homebrew-tap
|
||||
|
||||
- name: 🔧 Configure Git Author
|
||||
|
|
Loading…
Reference in a new issue