mirror of
https://github.com/FlowiseAI/Flowise.git
synced 2026-03-29 23:47:47 +00:00
* 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>