fixed version info injection in build script

fixes #148
This commit is contained in:
Sunil Arora
2018-07-23 11:54:37 -07:00
parent 5715f4bab4
commit 58aa45c50a
3 changed files with 2 additions and 35 deletions

View File

@@ -56,4 +56,4 @@ case $key in
esac
done
/goreleaser release --config=build/goreleaser.yml --rm-dist --skip-validate ${SNAPSHOT}
/goreleaser release --config=build/goreleaser.yaml --rm-dist --skip-validate ${SNAPSHOT}