Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 623 Bytes

File metadata and controls

13 lines (8 loc) · 623 Bytes

Release Workflow

@agent-dispatch/worker-agentcore is published after @agent-dispatch/core.

Prerequisites

  • Publish @agent-dispatch/core for the target compatibility line.
  • Configure npm Trusted Publisher for agent-dispatch/worker-agentcore using workflow .github/workflows/publish.yml.
  • Confirm the target package version has not already been published.

Publish

Use the Publish GitHub Actions workflow with the target version. The workflow updates @agent-dispatch/core to the latest compatible published version, validates typecheck, tests, and build, then publishes through Trusted Publisher.