Browse Source

Update drone.yml

tags/v0.0.22^0
Peter Vivell 6 years ago
parent
commit
c26cdc532c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

@@ -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

Loading…
Cancel
Save