# Summary In the case of Gitlab, the payload data that we get for tag-based is something like `refs/tags/v0.1.1` which just fails to checkout on the same data. <img width="1047" alt="Screenshot 2022-09-05 at 4 01 13 PM" src="https://user-images.githubusercontent.com/85476803/188429348-917cf3a1-d6ac-4ccd-984a-b39f0f671c74.png"> # Proposal Have to change the logic in the code to trim the payload data(`refs/tags/v0.1.1`) to (v0.1.1). AB#217