From d8aca13fdb7a733d442ec1200e8b4a345c185355 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 26 Sep 2022 19:34:17 +0900 Subject: [PATCH] fixed the wrong indentation level of the gitea-realese trigger condition --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cd78924a..8593a195 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,6 @@ steps: base_url: https://code.miflux.com api_key: from_secret: gitea-api-key-to-code-miflux-com - when: - event: - - tag + when: + event: + - tag