Compare commits

...

1 Commits

Author SHA1 Message Date
june-fish b0c6b8fa21 fix zed-nightly auto updates 2024-07-09 23:32:06 -07:00
+1
View File
@@ -1,5 +1,6 @@
if filters.contains("nightly") {
rpm.global("commit", gh_commit("zed-industries/zed"));
rpm.global("commit_date", date());
if rpm.changed() {
let v = find("(\\d+\\.\\d+\\d+\\.\\d+)", find("\nversion = \"(\\d+\\.\\d+\\d+\\.\\d+)\"\n", gh_rawfile("zed-industries/zed", "main", "crates/zed/Cargo.toml"), 1), 1);
rpm.global("ver", v);