From 178969b8d8be6a698323b6dd433beec7d6ac4e3f Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 8 Apr 2025 22:14:19 +0300 Subject: [PATCH] fix: ci --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf0377d..03fc7e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,4 +32,9 @@ jobs: - name: Publish to npm uses: evg4b/goreleaser-npm-publisher-action@v1 with: - token: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file + 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 \ No newline at end of file