File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish Release
2
2
on :
3
3
push :
4
4
branches :
5
- - main
5
+ - geoffr/update-steps
6
6
permissions :
7
7
contents : write
8
8
packages : write
@@ -17,16 +17,13 @@ jobs:
17
17
with :
18
18
release-type : node
19
19
token : ${{ secrets.GITHUB_TOKEN }}
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
if : ${{ steps.release.outputs.release_created }}
22
- with :
23
- fetch-depth : 0
24
- - uses : actions/setup-node@v3
22
+ - uses : actions/setup-node@v4
25
23
with :
26
24
cache : ' npm'
27
25
node-version : 20
28
26
registry-url : ' https://registry.npmjs.org'
29
- scope : ' @octopusdeploy'
30
27
if : ${{ steps.release.outputs.release_created }}
31
28
- run : npm ci
32
29
if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 30
30
"url" : " https://github.com/OctopusDeploy/mcp-server.git"
31
31
},
32
32
"license" : " Apache-2.0" ,
33
+ "publishConfig" : {
34
+ "registry" : " https://registry.npmjs.org/" ,
35
+ "access" : " public"
36
+ },
33
37
"dependencies" : {
34
38
"@modelcontextprotocol/sdk" : " ^1.17.5" ,
35
39
"@octopusdeploy/api-client" : " ^3.8.0" ,
You can’t perform that action at this time.
0 commit comments