Skip to content

Commit c7b5fee

Browse files
committed
Fix the release workflow
1 parent 22311e8 commit c7b5fee

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
- name: Get package info
4646
id: package
47+
working-directory: package
4748
run: |
4849
VERSION=$(jq -r '.version' package.json)
4950
PACKAGE_NAME=$(jq -r '.name' package.json)
@@ -68,8 +69,8 @@ jobs:
6869
working-directory: package
6970

7071
- name: Publish
71-
run : pnpm -r publish --no-git-checks --access public --provenance
7272
working-directory: package
73+
run : pnpm publish --access public --provenance
7374

7475
- name: Create GitHub Release with tag
7576
id: create-release

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@aws-lambda-mcp-server/root",
3+
"private": true,
34
"version": "0.0.1",
45
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
56
"type": "module",

0 commit comments

Comments
 (0)