Skip to content

Commit 6b9beda

Browse files
authored
release: 0.0.5 (fix release config again) (#110)
* release: fix NPM_SECRET reference * release: 0.0.5
1 parent c8e8b4f commit 6b9beda

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
echo "tag=" >> $GITHUB_OUTPUT
8181
fi
8282
83-
# Uses OIDC trusted publishing - no NPM_TOKEN needed
84-
# Configure at: https://www.npmjs.com/package/@modelcontextprotocol/ext-apps/access
8583
- run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }}
8684
env:
87-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
85+
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"homepage": "https://github.com/modelcontextprotocol/ext-apps",
33
"name": "@modelcontextprotocol/ext-apps",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"license": "MIT",
66
"description": "MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.",
77
"type": "module",

0 commit comments

Comments
 (0)