Fix release script, change goreleaser (it runs the script too late)
This commit is contained in:
@@ -8,7 +8,8 @@ while (my $l = <$fh>) {
|
||||
die "could not tag?\n" if $? != 0;
|
||||
system ('git', 'push', 'origin', $tag);
|
||||
die "could not push tag?\n" if $? != 0;
|
||||
exit 0;
|
||||
}
|
||||
}
|
||||
|
||||
die "no version in version/version.go?\n";
|
||||
die "no version in version/version.go?\n";
|
||||
|
||||
Reference in New Issue
Block a user