Javi Velasco 2016-09-03 16:45:58 +02:00
parent 80a8a9e69f
commit ace21d969e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ plugins:
'Publishing tag at Github':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push && git push --tags'
command: 'git tag $newVersion && git push origin dev && git push --tags origin dev'
'Publishing at NPM':
plugin: 'bumped-terminal'