File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/setup-node@v3
21
21
with :
22
22
node-version : ' lts/*' # Use the project's LTS Node version
23
+ registry-url : ' https://registry.npmjs.org/'
23
24
24
25
- name : Install Dependencies
25
26
run : npm ci
51
52
# Ensure this pushes to the correct branch (e.g., main)
52
53
53
54
- name : Publish to npm
54
- run : npm publish --access public # <-- Scoped packages need --access public
55
+ run : npm publish --access public
55
56
env :
56
57
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
57
58
Original file line number Diff line number Diff line change 4
4
"description" : " Azure DevOps reference server for the Model Context Protocol (MCP)" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
+ "files" : [
8
+ " dist" ,
9
+ " docs" ,
10
+ " LICENSE" ,
11
+ " README.md"
12
+ ],
7
13
"config" : {
8
14
"commitizen" : {
9
15
"path" : " ./node_modules/cz-conventional-changelog"
You can’t perform that action at this time.
0 commit comments