fix: ci
This commit is contained in:
parent
ddfa17718a
commit
178969b8d8
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -32,4 +32,9 @@ jobs:
|
|||
- name: Publish to npm
|
||||
uses: evg4b/goreleaser-npm-publisher-action@v1
|
||||
with:
|
||||
token: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||
token: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||
prefix: '@chaindead'
|
||||
description: Telegram MCP server with API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status.
|
||||
files: |-
|
||||
LICENSE
|
||||
README.md
|
||||
Loading…
Reference in a new issue