From dc1fb3601a8408f352531f550ccf61580089caa7 Mon Sep 17 00:00:00 2001 From: Matt Brennan Date: Mon, 16 Apr 2018 16:19:17 +0100 Subject: [PATCH] =?UTF-8?q?lerna=20shouldn't=20commit=20=20=F0=9F=90=BF=20?= =?UTF-8?q?v2.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ad92e4c2..7c703a882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,6 @@ deploy: branch: master - provider: script skip-cleanup: true - script: node_modules/.bin/lerna publish --yes --repo-version $TRAVIS_TAG + script: node_modules/.bin/lerna publish --yes --skip-git --repo-version $TRAVIS_TAG on: tags: true