Commit 1f6531f
committed
fix(ci): install jq for verify-provenance step (node:24 lacks it)
rc.1 retag #6 (8d733e2) — publish + provenance attestation landed
cleanly on npmjs.org (aiwg@2026.5.3-rc.1 is live with .dist.attestations
populated; Sigstore logIndex=1522282143). The post-publish verify step
then exited 127 because the node:24 base image doesn't ship jq, and
the subsequent cosign/syft/asset-upload steps were skipped.
Add an apt-get install jq step right before the verify, mirroring the
pattern already in place in .gitea/workflows/gitea-release.yml. This
unblocks the cosign tarball signing, syft SBOM generation, and GitHub
release asset upload for rc.1 retag #7.
Refs: #1278 (Wave 9 / Track A close-out — rc.1 verification cycle)1 parent 8d733e2 commit 1f6531f
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
293 | 303 | | |
294 | 304 | | |
295 | 305 | | |
| |||
0 commit comments