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