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

(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:19 -08:00
committed by GitHub
parent d269867869
commit dc1f3a2e9a
@@ -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));
}