Update publish.sh

This commit is contained in:
Greg Fitzgerald
2018-05-25 16:08:14 -06:00
committed by GitHub
parent 02ddd89653
commit b43ae748c3

View File

@ -7,7 +7,7 @@ if [[ -z "$BUILDKITE_TAG" ]]; then
exit 0
fi
if [[ -z "$CRATES_IO_TOKEN" ]];
if [[ -z "$CRATES_IO_TOKEN" ]]; then
echo CRATES_IO_TOKEN undefined
exit 1
fi