Skip to content

Commit f6998e2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_deploy:
1111
- git config --local user.name "Travis"
1212
- git config --local user.email "grzegorz.lipecki@gmail.com"
1313
- git remote add origin https://${GitHub_Token}@github.com/Consdata/logger.git
14-
- git push origin master
14+
- git push origin-token master
1515
deploy:
1616
provider: script
1717
script: "lerna publish --yes"

0 commit comments

Comments
 (0)