浏览代码

Update drone.yml

tags/v0.0.22^0
Peter Vivell 6 年前
父节点
当前提交
c26cdc532c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml 查看文件

@@ -43,7 +43,7 @@ steps:
43 43
     event: [ tag ]
44 44
   depends_on: [ build ]
45 45
   settings:
46
-    title: ${DRONE_REPO_NAME}-${DRONE_REPO_BRANCH}-${DRONE_TAG} # file or string
46
+    title: Release ${DRONE_REPO_NAME}-${DRONE_REPO_BRANCH}-${DRONE_TAG} # file or string
47 47
     note: RELEASE.md # file or string
48 48
     draft: false
49 49
     prerelease: false

正在加载...
取消
保存