Skip to content

Commit 6fec0dd

Browse files
committed
漏了个wait
1 parent 161a338 commit 6fec0dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

publish.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ p:wait()
227227
local p = subprocess.shell {
228228
'git', 'push',
229229
}
230+
p:wait()
230231

231232
local p = subprocess.shell {
232233
'git', 'push', '--tags',

0 commit comments

Comments
 (0)