Creating a tag during build does not trigger the tag pipeline
I do use semantic-release in on my master
as per my bitbucket-pipelines.yml I added a tags section for build (which can be triggered when the tag is created manually)
I would like that my semantic-release trigger the second pipeline.
Any ideas ?