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

(cherry picked from commit 9f260cbb59)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-12-03 13:49:48 -08:00
committed by GitHub
parent 5d16067843
commit 2daed90173
@@ -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));
}