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
     event: [ tag ]
43
     event: [ tag ]
44
   depends_on: [ build ]
44
   depends_on: [ build ]
45
   settings:
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
     note: RELEASE.md # file or string
47
     note: RELEASE.md # file or string
48
     draft: false
48
     draft: false
49
     prerelease: false
49
     prerelease: false

Loading…
Cancel
Save