diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96545086329..da9e2c706f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,12 +4,12 @@ on: workflow_dispatch: inputs: solr_version: - description: 'The full release version' + description: 'The upstream Solr release version' required: true default: '9.5.0' type: string patch_version: - description: 'The full release version' + description: 'The internal patch version suffix version' required: true default: 1 type: number