Skip to content
Snippets Groups Projects
Commit f7681a0c authored by 最萌小汐's avatar 最萌小汐
Browse files

要先push一次

parent 4587231d
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,10 @@ local p = subprocess.shell { ...@@ -224,6 +224,10 @@ local p = subprocess.shell {
} }
p:wait() p:wait()
local p = subprocess.shell {
'git', 'push',
}
local p = subprocess.shell { local p = subprocess.shell {
'git', 'push', '--tags', 'git', 'push', '--tags',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment