I am using the Bitrise Build Start step to build two versions of my iOS app.
My configuration:
release:
steps:
- build-router-start@0:
inputs:
- workflows: |-
demo
production
- access_token: "$ACCESS_TOKEN"
The docs suggest these would be run simultaneously. But the production
build remains “On hold” until demo
is complete.
Am I missing a step?