mirror of
https://github.com/longbridge/gpui-component.git
synced 2026-04-03 13:27:51 +00:00
Closes #1947 ## Description The `Release Docs` action is currently triggered by a tag, but this can cause it to become unsynchronized with the official package version if the package fails to publish. To address this, change the `Release Docs` action to be triggered by the `Release Crate` workflow. Once that workflow completes successfully, it will trigger the documentation release, ensuring that the doc version stays in sync with the official package version.