push before prepare

This commit is contained in:
Zack Scholl 2020-09-06 08:37:10 -07:00
parent 2db2a914f2
commit 65b6111512
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@
release:
cd ../../ && go generate
cd ../../ && goreleaser release
git push
cd ../../ && ./src/install/prepare-sources-tarball.sh
cd ../../ && ./src/install/upload-src-tarball.sh
git push
test:
cd ../../ && go generate