What would you like to be added:
When the version is updated, we can use GitHub Actions to automatically publish the project to npm. In fact, we do not need to publish to npm every commit, the trigger condition can be set to release.
Why is this needed:
Improve production efficiency through automation.