Skip to content

Commit fe731d4

Browse files
author
Akos Komuves
committed
bump version to 0.0.4 and update npm registry in workflow
1 parent b2bd9a9 commit fe731d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- uses: pnpm/action-setup@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 20
34-
registry-url: https://npm.pkg.github.com/
33+
node-version: '20.x'
34+
registry-url: 'https://registry.npmjs.org'
3535
- run: pnpm i
36-
- run: pnpm publish --no-git-checks --registry=https://npm.pkg.github.com/
36+
- run: pnpm publish --no-git-checks --registry=https://registry.npmjs.org
3737
env:
38-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
38+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akoskm/create-mcp-server-stdio",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "MCP Server Starter kit using the StdioServerTransport",
55
"main": "dist/index.js",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)