* bugfix: fix the release action * bugfix: fix the release action * bugfix: fix the release action * bugfix: fix the release action * bugfix: fix the release action
647 B
647 B
Description
Checklist
- Follow the
CONTRIBUTINGGuide. - Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
- Ensure the tests pass (Run
mvn clean testfrom the repository root) - Appropriate docs were updated (if necessary)
Fixes #<issue_number>
Add or Update API
- I have added the necessary test case and all cases have passed.