Skip to content

Fix failing publish.yml workflow #52

@nficano

Description

@nficano

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:

  1. gh run list --repo agentruntimecontrolprotocol/typescript-sdk --workflow publish.yml --limit 5 to see recent runs
  2. gh run view <id> --log-failed on the latest failure to extract the error
  3. Read .github/workflows/publish.yml to understand the job
  4. Common causes: missing NPM_TOKEN secret; package version: 0.1.0 already exists; provenance/OIDC misconfiguration; missing --access public for scoped @arcp/* packages
  5. Fix the underlying issue, push to main, verify run goes green

Audit reference: ARCP SDK Audit v1.1 (2026-05-19)

Metadata

Metadata

Assignees

No one assigned

    Labels

    publishRelease / package manager publish

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions