Skip to content

Commit

Permalink
ci(release): replace publish by version
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 12, 2018
1 parent 1856e8b commit 746f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- git config user.name "Social Groovy Bot"
- git config user.email "45039513+SocialGroovyBot@users.noreply.github.com"
- git remote set-url origin https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
script: yarn lerna publish --yes
script: yarn lerna version --yes
after_success:
- CONVENTIONAL_GITHUB_RELEASER_TOKEN=${GITHUB_TOKEN} npx conventional-github-releaser -p angular

Expand Down

0 comments on commit 746f616

Please sign in to comment.