Skip to content

Commit 41328d8

Browse files
author
Marcin Mendlik
committed
fix(travis.yml): fixed origin token
1 parent 18c62bb commit 41328d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 add origin https://${GitHub_Token}@github.com/Consdata/logger.git
14+
- git push origin master
1515
deploy:
1616
provider: script
1717
script: "lerna publish --yes"

0 commit comments

Comments
 (0)