Skip to content

Commit 2774ddf

Browse files
fix: update version tag
Signed-off-by: Vaneet Kumar <[email protected]> Signed-off-by: Vaneet Kumar <[email protected]>
1 parent 8b2799c commit 2774ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
# Fetch all tag information
249249
git fetch --prune --tags --force
250250
251-
LATEST_TAG=$(git -c 'versionsort.suffix=-rc' tag --list --sort=version:refname | tail -n1)
251+
LATEST_TAG=$(git -c 'versionsort.suffix=-rc' tag --list 'v[0-9]*' --sort=version:refname | tail -n1)
252252
253253
PRE_RELEASE=false
254254
# Check if latest tag is a pre-release

0 commit comments

Comments
 (0)