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