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

This commit is contained in:
Raboneko
2025-12-03 12:19:03 -08:00
committed by GitHub
parent b79823f064
commit c21c7ca451
+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);
}