Skip to content

Commit 5552bd0

Browse files
committed
ci: Remove tag prefix
1 parent 47dc70a commit 5552bd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Eask

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
(package-file "treesit-langs.el")
1111

1212
(script "test" "echo \"Error: no test specified\" && exit 1")
13+
(script "latest-tag" "eask load scripts/latest-tag.el")
1314
(script "update-bundle-version" "eask load scripts/update-bundle-version.el")
1415

1516
(source 'gnu)

scripts/latest-tag.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(load-file "./scripts/_prepare.el")
66

7-
(princ (get-latest-tag))
7+
(princ (string-replace "melpa-stable/v" "" (get-latest-tag)))
88

99
;; Local Variables:
1010
;; coding: utf-8

0 commit comments

Comments
 (0)