Skip to content

Commit ebc0729

Browse files
author
Marcin Mendlik
committed
fix(travis.yml): fixed origin token
1 parent 10fd6f5 commit ebc0729

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ before_deploy:
1010
- git checkout master
1111
- git config --local user.name "Travis"
1212
- git config --local user.email "grzegorz.lipecki@gmail.com"
13-
- git remote add origin-token https://${GitHub_Token}@github.com/Consdata/logger.git
14-
- git push origin-token master
13+
- git remote set-url origin "https://${GitHub_Token}@github.com/Consdata/logger.git"
1514
deploy:
1615
provider: script
1716
script: "lerna publish --yes"

0 commit comments

Comments
 (0)