Skip to content

Commit bdaaca9

Browse files
committed
ci: Get first entry instead
1 parent 5552bd0 commit bdaaca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_prepare.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(if-let* ((repo "emacs-tree-sitter/tree-sitter-langs")
1414
(response (cdr (github-tags repo)))
1515
(tags (plist-get response :names))
16-
(latest (nth 1 tags))) ; Skip the first one since it's the pre-release!
16+
(latest (nth 0 tags)))
1717
latest
1818
(user-error "[ERROR] Latest tag not found in repository: %s" repo)))
1919

0 commit comments

Comments
 (0)