Commit ffaa252
authored
ci: stage the npm launcher without provenance (#11)
The v1.1.7 release run staged nothing: npm rejects provenance for
private source repositories.
```
npm error 422 Unprocessable Entity - POST https://registry.npmjs.org/-/stage/package/@runroom%2fcode-quality - Error verifying sigstore provenance bundle: Unsupported GitHub Actions source repository visibility: "private". Only public source repositories are supported when publishing with provenance.
```
Drops `--provenance` from `npm stage publish`; re-add it if the
repository becomes public. After merge, `v1.1.7` is moved to the merge
commit so the release re-runs and stages the launcher.2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments