I have a pipeline in Azure, that is triggered when a commit or merge is done in master branch.
This pipeline builds the project, sign the app and release a new version to App Center.
How can I do to create a new tag in the repo, associated with that release version and that branch?