fix(xone-nightly): Import wasn't working for some reason? (#7945)

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-12-03 15:46:54 -06:00
committed by GitHub
parent 2ed1c1e7d8
commit 9f260cbb59
@@ -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));
}