瀏覽代碼

[U] Deploy tool: Push tag

Azalea (on HyDEV-Daisy) 2 年之前
父節點
當前提交
d0fda1ef0d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/deploy-release.py

+ 1 - 0
tools/deploy-release.py

@@ -124,6 +124,7 @@ def create_release(v: str):
     # 4. Push
     print('Pushing commits...')
     subprocess.check_call(['git', 'push'])
+    subprocess.check_call(['git', 'push', 'origin', v])
 
 
 def deploy():