From 242d06621285f5c6c8f5266a294585604b8b6357 Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 10 Jan 2018 15:29:21 +0100 Subject: [PATCH] Fixed drone configuration to auto publish releases --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 35ba8b1..271772a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,7 +61,7 @@ pipeline: event: [ tag ] release: - image: plugins/s3:1 + image: plugins/s3 pull: true secrets: [ aws_access_key_id, aws_secret_access_key ] bucket: library-release