Circle.yml deployment section does not accept "tag"

Hey there,

When setting up our circle.yml file, I’ve been encountering issues using the “tag” property, see attached image for error output.
I have seen other reports of users having these issues, but could not find a resolution. I would love to be able to use tags in our build pipeline, but for now have had to remove them to ensure circle.yml is parsed correctly.

Can anyone help with this?

This is not a bug, you cannot currently use both branches and tags at the same time.

Check out one of my projects that was using tags to do “production releases”: https://github.com/levlaz/braindump/blob/master/circle.yml

Please have a look at the documentation for tags: https://circleci.com/docs/1.0/configuration/#tags

Best,
Lev

This helps?