mirror of
https://github.com/ant-design/ant-design-cli.git
synced 2026-09-14 19:07:15 +08:00
6b3418edcc
* fix: sync workflow never detects new antd versions The check-version step compared local data/v6.json against @ant-design/cli on npm — which is always true since CLI publishes at the synced version, causing the workflow to skip every run. Replace with a script that compares the antd npm latest version against local data, and also covers the recovery scenario where data was pushed but npm publish failed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: sync workflow never detects new antd versions The check-version step compared local data/v6.json against @ant-design/cli on npm — which is always true since CLI publishes at the synced version, causing the workflow to skip every run. Replace with a script that compares the antd npm latest version against local data, and also covers the recovery scenario where data was pushed but npm publish failed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>