Skip to content

Commit 178969b

Browse files
committed
fix: ci
1 parent ddfa177 commit 178969b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ jobs:
3232
- name: Publish to npm
3333
uses: evg4b/goreleaser-npm-publisher-action@v1
3434
with:
35-
token: ${{ secrets.NPM_AUTH_TOKEN }}
35+
token: ${{ secrets.NPM_AUTH_TOKEN }}
36+
prefix: '@chaindead'
37+
description: Telegram MCP server with API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status.
38+
files: |-
39+
LICENSE
40+
README.md

0 commit comments

Comments
 (0)