For example, 0.6.0 vs v0.6.0.
Steps:
- Add git tag
0.6.0 and push to origin.
- Github actions are triggered.
- Run the publish script
- Create the
v0.6.0 release, but failed.
- Push a new commit.
- Rerun github actions.
- Rerun the publish script.
- Update the
v0.6.0 release.
- The
v0.6.0 release use the latest commit.