File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- name : Publish package to GitHub Packages
1+ name : Publish package to npm Registry
22
33on :
44 release :
@@ -13,14 +13,11 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v4
16- # Setup .npmrc file to publish to GitHub Packages
1716 - uses : actions/setup-node@v4
1817 with :
1918 node-version : ' 20.x'
20- registry-url : ' https://npm.pkg.github.com'
21- # Defaults to the user or organization that owns the workflow file
22- scope : ' @${{ github.repository_owner }}'
19+ registry-url : ' https://registry.npmjs.org'
2320 - run : npm ci
2421 - run : npm publish
2522 env :
26- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
2- "name" : " @programcomputer/ nasa-mcp-server" ,
2+ "name" : " nasa-mcp-server" ,
33 "version" : " 1.0.0" ,
44 "description" : " Model Context Protocol (MCP) server for NASA APIs" ,
55 "main" : " dist/index.js" ,
2929 " typescript"
3030 ],
3131 "author" : " " ,
32- "license" : " MIT " ,
32+ "license" : " ISC " ,
3333 "publishConfig" : {
34- "registry" : " https://npm.pkg.github.com " ,
34+ "registry" : " https://registry.npmjs.org " ,
3535 "access" : " public"
3636 },
3737 "repository" : {
You can’t perform that action at this time.
0 commit comments