Github actions release action is broken
juanluisbaptiste opened this issue · 0 comments
juanluisbaptiste commented
Describe the issue
Github Release workflow is not working, the release workflow is not triggering after a PR is merged with the correct feature:
, fix:
or BREAKING_CHANGE:
semantic versioning tags. The git tag and the github release are not being created.
As a workaround, the tag needs to be manually created to trigger the release workflow to create the docker hub tag, but the github release is still not working and it needs to be created manually.
Expected behavior
The tag and github releases should be automatically created when a PR that adheres to the semantic versioning rules is merged.
A possible solution is to update the github action components to a more recent version.