Skip to content

Commit 61b60cb

Browse files
authored
Always update tags
1 parent 143ecb1 commit 61b60cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/scripts/validate-version-consistency.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export FEAST_MASTER_VERSION=$(mvn help:evaluate -Dexpression=project.version -q
1313
}
1414

1515
# Determine the highest released version from Git history
16+
git fetch --prune --unshallow --tags || true
1617
FEAST_RELEASE_VERSION_WITH_V=$(git tag -l --sort -version:refname | head -n 1)
1718
echo $FEAST_RELEASE_VERSION_WITH_V
1819

0 commit comments

Comments
 (0)