Tag push does not trigger build for an organization repository

We have an issue that tags do not trigger builds for organization repositories. Here is a specific example:

CI dashboard: https://circleci.com/gh/QIICR/ci-sandbox

The same repository hosted under an individual account does not have this issue, and new tags trigger builds:

repository: https://github.com/jcfr/ci-sandbox

dashboard: https://circleci.com/gh/jcfr/ci-sandbox

Does anyone see what we are doing incorrectly, or is this a CircleCI bug?

It turns out that owner specified in the deployment section is case sensitive.

In that specific context, specifying QIICR instead of qiicr was important and allowed the deployment to work as expected.

1 Like

This works indeed - wow, thanks JC!