diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index e4a7631b..2ba1d84f 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -13,15 +13,6 @@ on: - "early-access" - "stable" - "rock-solid" - - edition: - description: "Select edition" - type: choice - default: fe - options: - - "ce" - - "ee" - - "fe" ce: type: boolean @@ -34,7 +25,7 @@ on: description: FE tag: - description: "Tag of the module, exapmle v1.21.1" + description: "Tag of the module, example v1.21.1" type: string required: true