Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,26 +363,6 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: ./scripts/ci-upload-release-artifacts.sh

update-homebrew-tap:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
needs: ci-macos
runs-on: ubuntu-22.04

env:
TAG: ${{ needs.ci-macos.outputs.TAG }}

steps:
- name: Checkout
uses: actions/checkout@v6
with:
sparse-checkout: |
scripts/ci-update-homebrew-tap.sh

- name: Update
env:
HOMEBREW_TAP_DEPLOY_KEY: ${{ secrets.HOMEBREW_TAP_DEPLOY_KEY }}
run: ./scripts/ci-update-homebrew-tap.sh

update-homebrew-core:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
needs: ci-macos
Expand Down
16 changes: 0 additions & 16 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,6 @@ brew install zsv
brew uninstall zsv
```

### macOS: Homebrew Custom Tap

```shell
# Tap
brew tap liquidaty/zsv

# Update
brew update

# Install
brew install zsv

# Uninstall
brew uninstall zsv
```

### macOS: MacPorts

```shell
Expand Down
87 changes: 0 additions & 87 deletions scripts/ci-update-homebrew-tap.sh

This file was deleted.

Loading