From 5b0dd31c9faeb44051f80093647b33abe59af436 Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Fri, 12 Jul 2024 13:57:32 +0200 Subject: [PATCH] Use filter?version funcrtion for input --- .github/workflows/release-10_rc-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"