Skip to content

Commit 8b1b7f0

Browse files
publish tags to origin
1 parent 6e4bbb9 commit 8b1b7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ if (!readlineSync.keyInYN('Did you push all changes back to origin?')) {
2323
util.ensureCleanMaster('master');
2424
_exec(`npm publish`);
2525
_exec(`git tag ${version}`);
26-
_exec(`git push ${version}`);
26+
_exec(`git push origin ${version}`);
2727

0 commit comments

Comments
 (0)