From 8c16639d719e6b8fb14dff8ce9e84cdd9a2424d1 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Mon, 5 Dec 2016 01:55:27 -0200 Subject: [PATCH] fix release script --- build/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/release.sh b/build/release.sh index af954eb..b67c18d 100644 --- a/build/release.sh +++ b/build/release.sh @@ -43,10 +43,10 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then # commit git add -A git commit -m "[build] $VERSION" - #### npm version $VERSION --message "[release] $VERSION" + npm version $VERSION --message "[release] $VERSION" # publish - #### git push origin refs/tags/v$VERSION + git push origin refs/tags/v$VERSION git push # deploy