Skip to content

Commit 7db14e9

Browse files
bloveclaude
andauthored
chore(licensing): drop publishConfig.provenance for local first publish (#146)
Provenance generation requires GitHub OIDC (only works from CI). With this set, local 'npm publish' / 'nx release publish' fails with "Automatic provenance generation not supported for provider: null". CI will still publish with provenance via NPM_CONFIG_PROVENANCE='true' in .github/workflows/publish.yml — that env var enables provenance without needing the package.json publishConfig flag. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent cb3df6a commit 7db14e9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

libs/licensing/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
"url": "https://github.com/cacheplane/angular-agent-framework/issues"
1313
},
1414
"sideEffects": false,
15-
"publishConfig": {
16-
"access": "public",
17-
"provenance": true
18-
},
1915
"peerDependencies": {
2016
"@noble/ed25519": "^2.2.3"
2117
}

0 commit comments

Comments
 (0)