bugfix: annotated tags were not handled correctly

This commit is contained in:
2023-08-30 09:14:00 +02:00
parent e4760cee1d
commit 51bf9c1547
+1 -1
View File
@@ -338,7 +338,7 @@ eval {
}
if (defined($remote) && defined($tag) && defined($commit)) {
my $err = eval {
@statusinfo = check_output("git ls-remote --tags $remote $tag");
@statusinfo = check_output("git ls-remote --tags '$remote' '$tag' '$tag^*'");
parse_git_output(\@statusinfo);
if (!$remotetagcommit) {
say STDERR "Tag $tag not yet pushed to remote \"$remote\" => version test";