[Chore] Move version tag helper to release scripts (#35196)
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Generate PR wheel version
|
||||
id: gen_version
|
||||
run: |
|
||||
LATEST_TAG=$(python3 python/tools/get_version_tag.py)
|
||||
LATEST_TAG=$(python3 scripts/release/get_version_tag.py)
|
||||
BASE_VERSION=${LATEST_TAG#v}
|
||||
echo "Latest release tag: ${LATEST_TAG}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user