Xcode Cloud release workflow tags with semantic versioning

Hello everyone, we are moving to Xcode Cloud and we are facing the following problem on the release workflows based on tag changes.

We were previously tagging versions with semantic versioning, for example v1.0.0-beta.1 for beta builds and just v1.0.0 for release builds. These tags archive different targets, with Fastlane we got the tag from the environment and one or another was built based on it.

The problem is that Xcode Cloud doesn’t seem to support regular expressions so we don’t know how to make an specific workflow for beta and another for release based on the tag. I just see the option “Tags beginning with…” which doesn’t fill our needs.

Xcode Cloud release workflow tags with semantic versioning
 
 
Q