Browse Source

Update drone.yml

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

+ 1
- 1
drone.yml View File

69
   when:
69
   when:
70
     event: [ tag ]
70
     event: [ tag ]
71
 #  depends_on: [ sign ]
71
 #  depends_on: [ sign ]
72
-  depends_on: [ build ]
72
+  depends_on: [ sign ]
73
   settings:
73
   settings:
74
     title: Release ${DRONE_REPO_NAME}-${DRONE_TAG} # file or string
74
     title: Release ${DRONE_REPO_NAME}-${DRONE_TAG} # file or string
75
     note: RELEASE.md # file or string
75
     note: RELEASE.md # file or string

Loading…
Cancel
Save