diff --git a/.github/workflows/release-10_rc-automation.yml b/.github/workflows/release-10_rc-automation.yml index 86eaa32c4f8f..a20e77c46090 100644 --- a/.github/workflows/release-10_rc-automation.yml +++ b/.github/workflows/release-10_rc-automation.yml @@ -42,7 +42,7 @@ jobs: if [[ -z "${{ inputs.version }}" ]]; then version=v$(get_polkadot_node_version_from_code) else - version=${{ inputs.version }} + version=$(filter_version_from_input ${{ inputs.version }}) fi #version=$(get_version_from_ghref ${GITHUB_REF}) echo "$version"