From 6fec0ddf3b1ca72442f76c02b0de967cdebc57f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com>
Date: Mon, 21 Sep 2020 21:56:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E4=BA=86=E4=B8=AAwait?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 publish.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/publish.lua b/publish.lua
index 7123194..8d7280d 100644
--- a/publish.lua
+++ b/publish.lua
@@ -227,6 +227,7 @@ p:wait()
 local p = subprocess.shell {
     'git', 'push',
 }
+p:wait()
 
 local p = subprocess.shell {
     'git', 'push', '--tags',
-- 
GitLab