You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
orBREAKING_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.
The text was updated successfully, but these errors were encountered: