Skip to content

Commit 27f2c97

Browse files
klocusCopilot
andcommitted
fix: restore registry-url and fix package.json repository url
OIDC auth was working in v1.0.2 run (provenance was signed). The 404 was caused by trying to republish an already-existing version. Also fix repository.url format per npm pkg fix suggestion. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6bb50ae commit 27f2c97

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
node-version: '18'
3636
cache: 'npm'
37+
registry-url: 'https://registry.npmjs.org'
3738

3839
- name: Install dependencies
3940
run: npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "OpenCode plugin that injects path-specific *.instructions.md files from .github/instructions and .opencode/instructions",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/klocus/opencode-path-instructions.git"
7+
"url": "git+https://github.com/klocus/opencode-path-instructions.git"
88
},
99
"author": "Paweł Klockiewicz",
1010
"license": "MIT",

0 commit comments

Comments
 (0)