From 5fe1f64944671cf005ad1cfcc97cf593ee2fe1b7 Mon Sep 17 00:00:00 2001 From: Gabriele Petronella Date: Fri, 7 Dec 2018 12:59:04 +0100 Subject: [PATCH] Fixing the CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21a05d7a7..8f3b3fad6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jobs: - git checkout -b travis-temp # change the version in package.json - yarn version --no-git-tag-version --new-version $NEW_VERSION - - git commit -m "$TRAVIS_TAG" + - git commit -am "$TRAVIS_TAG" # push the changes to package.json - git push "https://${GITHUB_TOKEN}@github.com/$TRAVIS_REPO_SLUG" HEAD:master # publish the extension to the Marketplace