fix git push
This commit is contained in:
parent
aadd9ddd72
commit
d7a393e7d7
|
@ -41,6 +41,6 @@ const run = async () => {
|
||||||
|
|
||||||
exec(`git tag ${newVersion}`)
|
exec(`git tag ${newVersion}`)
|
||||||
exec(`git push "${remoteRepo}" --follow-tags`)
|
exec(`git push "${remoteRepo}" --follow-tags`)
|
||||||
exec(`git push --tags`)
|
exec(`git push "${remoteRepo}" --tags`)
|
||||||
}
|
}
|
||||||
run()
|
run()
|
||||||
|
|
Loading…
Reference in New Issue