Skip to content

Commit

Permalink
Fixing the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Dec 7, 2018
1 parent 59814ff commit 5fe1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fe1f64

Please sign in to comment.