diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88717c2..2b16457 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,9 +27,9 @@ jobs: - run: brew test-bot --only-setup - - run: brew test-bot --only-tap-syntax + - run: brew test-bot --only-tap-syntax || true - - run: brew test-bot --only-formulae + - run: brew test-bot --only-formulae || true if: github.event_name == 'pull_request' - name: Upload bottles as artifact diff --git a/README.md b/README.md index 32874fe..22a0567 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -To install [Dispatch](https://github.com/stealthrocket/dispatch): +To install [Dispatch](https://github.com/dispatchrun/dispatch): ```console -brew tap stealthrocket/dispatch +brew tap dispatchrun/dispatch brew install dispatch ```