Remove unused BRANCH_NAME variable from validation step
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/version_branch.yml
vendored
2
.github/workflows/version_branch.yml
vendored
@@ -301,8 +301,6 @@ jobs:
|
|||||||
# Rule: If a version exists in a higher priority branch,
|
# Rule: If a version exists in a higher priority branch,
|
||||||
# do not allow creating it in a lower priority branch
|
# do not allow creating it in a lower priority branch
|
||||||
|
|
||||||
BRANCH_NAME="${BRANCH_PREFIX}${NEW_VERSION}"
|
|
||||||
|
|
||||||
echo "[INFO] Checking version hierarchy for: ${NEW_VERSION}"
|
echo "[INFO] Checking version hierarchy for: ${NEW_VERSION}"
|
||||||
echo "[INFO] Current branch prefix: ${BRANCH_PREFIX}"
|
echo "[INFO] Current branch prefix: ${BRANCH_PREFIX}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user