fix git push

This commit is contained in:
phips28 2019-10-26 20:30:39 +02:00
父节点 aadd9ddd72
当前提交 d7a393e7d7
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -41,6 +41,6 @@ const run = async () => {
exec(`git tag ${newVersion}`)
exec(`git push "${remoteRepo}" --follow-tags`)
exec(`git push --tags`)
exec(`git push "${remoteRepo}" --tags`)
}
run()