From 8ab1f60bc3728cbdf9edefd4544175583ebdf5d9 Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 20:24:55 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 284128c..417552d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,3 +44,14 @@ steps: - chmod +x ./build.sh - ./build.sh - php builds/backupper + + - name: publish + image: plugins/github-release + environment: + BUILD_VERSION: "1.0.1-pre" + settings: + api_key: + from_secret: api_key + files: + - builds/* + title: $BUILD_VERSION