Skip to content

Commit

Permalink
Use filter?version funcrtion for input
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Jul 12, 2024
1 parent 7f79999 commit 5b0dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-10_rc-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5b0dd31

Please sign in to comment.