fix(zig-master): update.rhai typo (#7934) (#7937)

This commit is contained in:
Raboneko
2025-12-03 12:18:44 -08:00
committed by GitHub
parent bb53fca215
commit fc642778fd
+1 -1
View File
@@ -2,7 +2,7 @@ import "andax/bump_extras.rhai" as bump;
rpm.version(bump::madoguchi("zig-master", labels.branch));
if rpm.changed {
if rpm.changed() {
let r = bump::madoguchi_json("zig-master", labels.branch).rel;
rpm.release(r + 1);
}