Revert "Fix syntax error"

This commit is contained in:
Ray Schamp 2018-05-24 17:43:06 -04:00 committed by GitHub
parent 903a6c1b3c
commit a48aff522f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%s);
git config --global user.email $(git log --pretty=format:"%ae" -n1);
git config --global user.name $(git log --pretty=format:"%an" -n1);
fi;
fi
deploy:
- provider: npm
on: