Bug Description
Release workflow isn't triggered by CI workflow, but two release processes start simultaneously
Steps to Reproduce
- Push a vX.X.X tag to master
Expected Behavior
CI workflow triggers release workflow
Actual Behavior
Both are.
Additional info
The logic of release.yml seems to be duplicated in the ci.yml's release job.