Skip to content

Commit 8bb2d3b

Browse files
committed
Fixed github workflow for NPM publishing
1 parent aa50b88 commit 8bb2d3b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
id-token: write
1013
steps:
1114
- name: Checkout code
1215
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
],
6868
"repository": {
6969
"type": "git",
70-
"url": "https://github.com/steviec/mcp-server-tester.git"
70+
"url": "git+https://github.com/steviec/mcp-server-tester.git"
7171
},
7272
"bugs": {
7373
"url": "https://github.com/steviec/mcp-server-tester/issues"

0 commit comments

Comments
 (0)