The publish workflow at .github/workflows/publish.yml has been failing on recent runs to main (2026-05-16, 2026-05-17). The test workflow is green. Diagnose and fix.
Steps:
gh run list --repo agentruntimecontrolprotocol/typescript-sdk --workflow publish.yml --limit 5 to see recent runs
gh run view <id> --log-failed on the latest failure to extract the error
- Read
.github/workflows/publish.yml to understand the job
- Common causes: missing
NPM_TOKEN secret; package version: 0.1.0 already exists; provenance/OIDC misconfiguration; missing --access public for scoped @arcp/* packages
- Fix the underlying issue, push to main, verify run goes green
Audit reference: ARCP SDK Audit v1.1 (2026-05-19)
The
publishworkflow at.github/workflows/publish.ymlhas been failing on recent runs tomain(2026-05-16, 2026-05-17). Thetestworkflow is green. Diagnose and fix.Steps:
gh run list --repo agentruntimecontrolprotocol/typescript-sdk --workflow publish.yml --limit 5to see recent runsgh run view <id> --log-failedon the latest failure to extract the error.github/workflows/publish.ymlto understand the jobNPM_TOKENsecret; packageversion: 0.1.0already exists; provenance/OIDC misconfiguration; missing--access publicfor scoped@arcp/*packagesAudit reference: ARCP SDK Audit v1.1 (2026-05-19)