Skip to content

Commit 62499f5

Browse files
committed
fix: ci | release start determines incorrect previous version
1 parent 3ce414c commit 62499f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git tag --sort=committerdate | grep -E "^[0-9]+\.[0-9]+\.[0-9]$" | tail -n 1
1+
git tag --sort=taggerdate | grep -E "^[0-9]+\.[0-9]+\.[0-9]$" | tail -n 1

0 commit comments

Comments
 (0)