diff --git a/.github/workflows/release-orchestrate-overall.yml b/.github/workflows/release-orchestrate-overall.yml index 78ae7cf..e566ee0 100644 --- a/.github/workflows/release-orchestrate-overall.yml +++ b/.github/workflows/release-orchestrate-overall.yml @@ -7,10 +7,6 @@ on: description: 'The version that is going to be released. Should be in format 7.y.z' required: true default: '' - releaseParent: - description: 'If true, will also release Che Parent.' - required: false - default: 'false' versionParent: description: 'The version of Che Parent' required: false @@ -99,7 +95,6 @@ jobs: CHE_VERSION="${{ github.event.inputs.version }}" echo "CHE_VERSION=${CHE_VERSION}" PHASES="${{ github.event.inputs.phases }}" - PARENT_VERSION="${{ github.event.inputs.versionParent }}" PARENT_RELEASE="${{ github.event.inputs.releaseParent }}" export CHE_GITHUB_SSH_KEY=${{ secrets.CHE_GITHUB_SSH_KEY }}