Deployment with tags doesnt detect config.yml

Im trying to trigger build with tag pushes and the UI is throwing error like this:

config file .circleci/config.yml could not be located on branch refs/tags/v0.1.23 in repository https://github.com/xyz/xyz. See https://circleci.com/docs/pipelines/#add-or-edit-a-pipeline to fix this error
1 Like

I’m seeing the same issue, using a connected GitHub repository.

In the past, this was working fine, so it seems like something must have changed with CircleCI and/or GitHub recently that’s causing this to no longer work.

Can you confirm that you have a CircleCI config file in the ref that is mentioned in the error message? cc @Benny

1 Like