Skip to content

Commit

Permalink
fix(update): zed-preview (#1485) (#1487)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit 995bd8a)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Jul 10, 2024
1 parent 7cb12a4 commit 4d3f38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anda/devs/zed/preview/update.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ for release in releases {
}
let tag = release.tag_name;
tag.pop(4); // remove the "-pre" suffix
tag.crop(1); // remove "v"
rpm.global("ver", tag);
break;
if rpm.changed() {
Expand Down

0 comments on commit 4d3f38f

Please sign in to comment.