Commit bd5ed44
committed
ci: run release on github-hosted runner for npm provenance
OIDC trusted publishing auto-generates provenance attestations, which npm
only accepts from github-hosted runners — Blacksmith (self-hosted) runners
are rejected with E422 ("Unsupported GitHub Actions runner environment:
self-hosted"). Move the release job to ubuntu-latest so publishing succeeds
with provenance. Release runs are infrequent, so losing Blacksmith build
speed here is an acceptable trade for signed provenance.1 parent 9467377 commit bd5ed44
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments