fix making publish

This commit is contained in:
Zack Scholl 2020-09-15 12:46:07 -07:00
parent ad6e7dff43
commit 32bb98fd4f
2 changed files with 8 additions and 1 deletions

7
.gitignore vendored
View File

@ -1,3 +1,8 @@
# Binaries
/croc
/croc.exe
/croc.exe
zsh_autocomplete
bash_autocomplete
dist
bin
croc-stdin*

View File

@ -3,6 +3,8 @@
release:
cd ../../ && go generate
cd ../../ && go generate
cp zsh_autocomplete ../../
cp bash_autocomplete ../../
cd ../../ && goreleaser release
git push
cd ../../ && ./src/install/prepare-sources-tarball.sh