Fix release script, change goreleaser (it runs the script too late)

This commit is contained in:
2022-05-24 19:46:24 +09:30
parent 07013f75de
commit eb18f8b5d1
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
before:
hooks:
# tag and push
- ./release_tag.pl
# clean up/install modules
- go mod tidy
builds: