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"
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_PERSONAL_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ brews:
|
|||
repository:
|
||||
owner: chaindead
|
||||
name: homebrew-tap
|
||||
token: "{{ .Env.GITHUB_PERSONAL_TOKEN }}"
|
||||
install: |
|
||||
bin.install "telegram-mcp"
|
||||
test: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue