Skip to content

Commit ff471b6

Browse files
haydenbleaselclaude
andcommitted
Fix release CI for npm OIDC trusted publishing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e9882c1 commit ff471b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.autorc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plugins": ["npm", "first-time-contributor", "released"],
2+
"plugins": [["npm", { "setRcToken": false }], "first-time-contributor", "released"],
33
"owner": "vercel",
44
"repo": "next-forge",
55
"name": "Hayden Bleasel",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "next-forge",
33
"version": "5.3.2",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/vercel/next-forge.git"
7+
},
48
"bin": {
59
"next-forge": "dist/index.js"
610
},

0 commit comments

Comments
 (0)