Skip to content

Commit a6bc45b

Browse files
committed
fix: remove registry-url to fix OIDC trusted publishing
1 parent f3ad94c commit a6bc45b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Multi-layer codebase analysis tools",
9-
"version": "1.0.6"
9+
"version": "1.0.7"
1010
},
1111
"plugins": [
1212
{
1313
"name": "codebase-analyzer",
1414
"description": "Multi-layer codebase analysis with Gemini AI. 4 agents, 5 commands, 3 skills for architecture analysis, pattern detection, and dataflow tracing.",
15-
"version": "1.0.6",
15+
"version": "1.0.7",
1616
"author": {
1717
"name": "Jake Correa",
1818
"url": "https://github.com/jaykaycodes"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-analyzer",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Multi-layer codebase analysis with Gemini AI. 4 agents, 5 commands, 3 skills for architecture analysis, pattern detection, and dataflow tracing.",
55
"author": {
66
"name": "Jake Correa",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/setup-node@v4
5757
with:
5858
node-version: 20
59-
registry-url: 'https://registry.npmjs.org'
59+
# Note: Don't use registry-url here - it creates an .npmrc that interferes with OIDC trusted publishing
6060

6161
- name: Install dependencies
6262
run: bun install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-analyzer-mcp",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Multi-layer codebase analysis with Gemini AI. MCP server + Claude plugin with progressive disclosure.",
55
"type": "module",
66
"main": "dist/mcp/server.js",

0 commit comments

Comments
 (0)