Skip to content

Commit

Permalink
fix: not updating newver refs & urls
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Nov 18, 2024
1 parent 30a17e7 commit a9e9014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ copies or substantial portions of the Software.",
tag.green()
);
pkg.1.version = tag;
pkg.1.gitref = format!("refs/tags/{}", release.tag_name);
pkg.1.url = release.html_url;
}
} else {
println!("| {} {} -> {}", package.0.blue(), "NONE".red(), tag.green());
Expand Down

0 comments on commit a9e9014

Please sign in to comment.