From 33b92733c87b0d65e8323ce7e65ffbfd45725133 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 1 Apr 2020 13:33:00 +0200 Subject: [PATCH] publish to github --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 26010ef..4ba7c44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,3 +28,11 @@ steps: from_secret: username password: from_secret: password + - name: publish to github + image: plugins/github-release + settings: + api_key: + from_secret: github_token + files: jitsiexporter_linux_amd64 + when: + event: tag