stop trying to pull versions (#12989) (#12998)

(cherry picked from commit 4131d700e0)

Co-authored-by: Cypress Reed <willow@willowidk.dev>
This commit is contained in:
Raboneko
2026-06-08 19:52:05 -05:00
committed by GitHub
parent 26e341532e
commit 6a9561f4e6
+1 -1
View File
@@ -1,6 +1,6 @@
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia/commits/main").json().sha);
if rpm.changed() {
rpm.global("ver", gh("noctalia-dev/noctalia"));
// rpm.global("ver", gh("noctalia-dev/noctalia"));
rpm.global("commit_date", date());
rpm.release();
}