fix(release): disable homebrew tap (needs PAT, not GITHUB_TOKEN)
This commit is contained in:
parent
7c82686f24
commit
94b40014cc
1 changed files with 13 additions and 10 deletions
|
|
@ -37,13 +37,16 @@ changelog:
|
||||||
- "^test:"
|
- "^test:"
|
||||||
- "^chore:"
|
- "^chore:"
|
||||||
|
|
||||||
brews:
|
# Homebrew tap — requires PAT with repo scope (not GITHUB_TOKEN)
|
||||||
- repository:
|
# Enable when torrentclaw/homebrew-tap PAT is configured as HOMEBREW_TAP_TOKEN
|
||||||
owner: torrentclaw
|
# brews:
|
||||||
name: homebrew-tap
|
# - repository:
|
||||||
name: unarr
|
# owner: torrentclaw
|
||||||
homepage: https://github.com/torrentclaw/unarr
|
# name: homebrew-tap
|
||||||
description: "unarr — replaces the entire *arr stack"
|
# token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
|
||||||
license: MIT
|
# name: unarr
|
||||||
install: |
|
# homepage: https://github.com/torrentclaw/unarr
|
||||||
bin.install "unarr"
|
# description: "unarr — replaces the entire *arr stack"
|
||||||
|
# license: MIT
|
||||||
|
# install: |
|
||||||
|
# bin.install "unarr"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue