This project uses GitHub action to trigger the build and release processes, please commit with new tags if you are going to release a new version. For example:
git add .
git commit -am "Release version v1.0.0"
git tag -a -m "[release] release version 1.0.0" v1.0.0
git push --tags