Also push tag when versioning

This commit is contained in:
Wilson Lin 2020-01-15 23:05:13 +11:00
parent 90a347d03b
commit 4bfb4843cb
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ cmd('git', 'commit', '-m', NEW_VERSION);
cmd('git', 'tag', '-a', `v${NEW_VERSION}`, '-m', '');
cmd('cargo', 'publish');
cmd('npm', 'publish', {workingDir: join(__dirname, 'nodejs')});
cmd('git', 'push');
cmd('git', 'push', '--follow-tags');