Files
Jocelyn Lin 08e6a791c2 fix(ci): avoid workspace: protocol error in publish-agentflow workflow (#5946)
* fix(ci): avoid workspace: protocol error in publish-agentflow workflow

Use working-directory instead of pnpm exec for npm version, and
pnpm pack instead of pnpm exec npm pack, to avoid npm encountering
pnpm's workspace: protocol. Sort deps alphabetically in package.json
to prevent future noise from npm tooling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(ci): use npx semver + npm pkg set to avoid workspace: protocol error

npm version and pnpm version both fail in this monorepo because they
resolve the full dependency tree and choke on pnpm's workspace: protocol.
Replace with npx semver (compute version) + npm pkg set (write version).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 09:15:24 -07:00
..
2025-06-23 19:17:44 +01:00
2023-06-21 19:29:32 +01:00