Commit a25e4bb
authored
chore: add repository URL for trusted publishing (#640)
### Summary
There is an error in publishing. Perhaps because the repo is now public?
> npm error 422 Unprocessable Entity - PUT
https://registry.npmjs.org/@idetik%2fcore - Error verifying sigstore
provenance bundle: Failed to validate repository information:
package.json: "repository.url" is "", expected to match
"https://github.com/chanzuckerberg/idetik" from provenance
See also:
https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository
I also ran `npm pkg fix` in both the root and the workspace, which added
the empty "version" field in the root.
### Related Issue
[Failed release
run](https://github.com/chanzuckerberg/idetik/actions/runs/24162292215)
### Tests & Checks
I'm not sure how to test without publishing a new release, so I guess
let's just merge this and hope1 parent 97e4777 commit a25e4bb
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
0 commit comments