From 8bb1388607e5c05920a46a12091c776fbe1f48f9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 12 Jun 2018 07:12:38 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0be6939..bdb41ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,9 @@ pipeline: event: tag image: plugins/gitea-release base_url: https://schlomp.space + secrets: [ gitea_token ] + title: ${DRONE_TAG} + prerelease: true files: - "mastodon-cpp-${DRONE_TAG}.ebuild" - "libmastodon-cpp_${DRONE_TAG}-0_amd64.deb"