Files
afc163 6b3418edcc fix: sync workflow never detects new antd versions (#83)
* 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>
2026-04-17 18:51:15 +08:00
..
2026-04-02 12:47:14 +08:00
2026-04-02 12:47:14 +08:00