Skip to content

Commit 433b746

Browse files
chore: drop provenance from publishConfig for local publishes
Set when the workflow was still tag-driven; without an OIDC provider in the publish environment, npm refuses with "Automatic provenance generation not supported for provider: null". Local publishes can't sign provenance attestations, so the flag has to go.
1 parent 92bd88c commit 433b746

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"node": ">=20"
8181
},
8282
"publishConfig": {
83-
"access": "public",
84-
"provenance": true
83+
"access": "public"
8584
}
8685
}

0 commit comments

Comments
 (0)