mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(xone-nightly): Import wasn't working for some reason? (#7945)
Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import "andax/bump_extras.rhai" as bump;
|
||||
|
||||
rpm.global("commit", gh_commit("dlundqvist/xone"));
|
||||
if rpm.changed() {
|
||||
import "andax/bump_extras.rhai" as bump;
|
||||
rpm.release();
|
||||
rpm.global("commitdate", date());
|
||||
let ver = bump::madoguchi("xone", labels.branch);
|
||||
ver.crop(1);
|
||||
rpm.global("ver", ver);
|
||||
rpm.global("ver", bump::madoguchi("xone", labels.branch));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user