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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Checkout homebrew tap
uses: actions/checkout@v5
with:
repository: gmr/homebrew-pgfmt
repository: gmr/homebrew-postgres
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}

- name: Update formula
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Formatting is powered by [libpgfmt](https://crates.io/crates/libpgfmt).
### Homebrew (macOS / Linux)

```bash
brew tap gmr/pgfmt
brew tap gmr/postgres
brew install pgfmt
```

Expand All @@ -25,7 +25,7 @@ brew install pgfmt
> formula first:
>
> ```bash
> brew trust --formula gmr/pgfmt/pgfmt
> brew trust --formula gmr/postgres/pgfmt
> ```
>
> or, as a temporary workaround, set `HOMEBREW_NO_REQUIRE_TAP_TRUST=1` for
Expand Down
Loading