浏览代码

fix

master
wat 5 年前
父节点
当前提交
7567f3f45f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .drone.yml

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

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

正在加载...
取消
保存