Skip to content

Commit 7fa2bac

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 770119f + 2daeabe commit 7fa2bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
# 获取所有git tags,按版本排序
3636
echo "Fetching all git tags..."
37-
all_tags=$(git tag -l | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+' | sort -V)
37+
all_tags=$(git tag -l | grep -E '^[vV][0-9]+(\.[0-9]+)*$' | sort -V)
3838
echo "All git tags:"
3939
echo "$all_tags"
4040
echo ""

0 commit comments

Comments
 (0)