Skipping a parent step issue

When I create a release with Octopus and try to skip a step that is a parent step, it tells me “No step/action named ‘Slow Deploy’ could be found when deploying to environment”

Octo.exe create-release --project=Josh --version 1.0.0.46 --releasenotes=“testing” --deployto=Local --server myserver --apiKey “” --skip=“Slow Deploy”

Thanks for getting in touch. When you’re skipping steps via Octo or in the UI, you need to specify the steps at the child level.

Best regards,
Nick