瀏覽代碼

fix

master
wat 5 年之前
父節點
當前提交
42e20e1836
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      .drone.yml

+ 2
- 1
.drone.yml 查看文件

@@ -67,7 +67,8 @@ steps:
67 67
   commands:
68 68
   - git config --global user.email "frontwork.me@gmail.com"
69 69
   - git config --global user.name "drone"
70
-  - > if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
70
+  - > 
71
+    if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
71 72
     then
72 73
       git tag $PACKAGE_VERSION
73 74
       git status

Loading…
取消
儲存