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