Skip to content

Commit

Permalink
publish tags to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Oct 20, 2016
1 parent 6e4bbb9 commit 8b1b7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ if (!readlineSync.keyInYN('Did you push all changes back to origin?')) {
util.ensureCleanMaster('master');
_exec(`npm publish`);
_exec(`git tag ${version}`);
_exec(`git push ${version}`);
_exec(`git push origin ${version}`);

0 comments on commit 8b1b7f0

Please sign in to comment.