diff --git a/.github/workflows/get-previous-release/action.yml b/.github/workflows/get-previous-release/action.yml index f5d8cbc13ad1..b7adfcf708c9 100644 --- a/.github/workflows/get-previous-release/action.yml +++ b/.github/workflows/get-previous-release/action.yml @@ -7,8 +7,7 @@ inputs: description: "The channel to get the version to (ga, cloud, beta)." POSTFIX: required: false - default: "" - description: "The postfix that will be added to the package version -rc / -test / "" (empty string)." + description: "The postfix that will be added to the package version -rc / -test / (empty string)." runs: using: "composite"