Skip to content

Commit

Permalink
fix: fix wrong command for git push (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Aug 18, 2019
1 parent 7bd1fcb commit d2b2e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shipjs/src/step/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import runStep from './runStep';

export default ({ dir, dryRun }) =>
runStep({ title: 'Pushing to remote.' }, ({ run }) => {
run('git pull', dir, dryRun);
run('git push', dir, dryRun);
});

0 comments on commit d2b2e4a

Please sign in to comment.