diff --git a/.github/actions/nm-get-docker-tags/action.yml b/.github/actions/nm-get-docker-tags/action.yml index fd9cd2d5c7525..af4130459286b 100644 --- a/.github/actions/nm-get-docker-tags/action.yml +++ b/.github/actions/nm-get-docker-tags/action.yml @@ -22,7 +22,7 @@ runs: steps: - id: tags run: | - BUILD_VERSION=`echo "${{ inputs.wheel }} | cut -d'-' -f2` + BUILD_VERSION=`echo "${{ inputs.wheel }}" | cut -d'-' -f2` if [[ "${{ inputs.wf_category }}" == "RELEASE" ]]; then TAG="v${build_version}" EXTRA_TAG=latest