How to push tag to a branch in a CI?
问题 I want to add a manual jobs to my Pull Request to tag my source branch when i run the manual jobs. This tag will trigger a build on my bitrise configuration. However, when i'm trying to push my tag, i am facing this issue. NB: The branch i'm trying to push my tag to is NOT protected. $ git checkout $CI_COMMIT_REF_NAME Switched to a new branch 'feature/gitlab-ci' Branch feature/gitlab-ci set up to track remote branch feature/gitlab-ci from origin. $ git tag build-bitrise $ git push --tags