Fix release script, change goreleaser (it runs the script too late)
This commit is contained in:
parent
07013f75de
commit
eb18f8b5d1
@ -1,7 +1,5 @@
|
||||
before:
|
||||
hooks:
|
||||
# tag and push
|
||||
- ./release_tag.pl
|
||||
# clean up/install modules
|
||||
- go mod tidy
|
||||
builds:
|
||||
|
@ -8,6 +8,7 @@ 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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user