fix git push

This commit is contained in:
phips28 2019-10-26 20:30:39 +02:00
parent aadd9ddd72
commit d7a393e7d7
1 changed files with 1 additions and 1 deletions

View File

@ -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()