fix: brew
This commit is contained in:
parent
765a6c303a
commit
174d5a2beb
2 changed files with 1 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -28,5 +28,4 @@ jobs:
|
||||||
version: "~> v2"
|
version: "~> v2"
|
||||||
args: release --clean
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
||||||
GITHUB_PERSONAL_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,6 @@ brews:
|
||||||
repository:
|
repository:
|
||||||
owner: chaindead
|
owner: chaindead
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.GITHUB_PERSONAL_TOKEN }}"
|
|
||||||
install: |
|
install: |
|
||||||
bin.install "telegram-mcp"
|
bin.install "telegram-mcp"
|
||||||
test: |
|
test: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue