Commit e3b7b1e
committed
fix: remove provenance=true from .npmrc — breaks local publish
provenance=true in .npmrc causes 'Automatic provenance generation not
supported for provider: null' on any local npm publish because there is
no OIDC provider outside of GitHub Actions. Provenance is generated
automatically by npm when publishing via OIDC Trusted Publishing from CI.1 parent ef4c54c commit e3b7b1e
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
0 commit comments