From 2ad18a233b9bda9a6eda567f9c5ae759db213cb0 Mon Sep 17 00:00:00 2001 From: Simon Prochazka Date: Tue, 1 Oct 2019 16:18:06 +0200 Subject: [PATCH] fix(ci): fetch step would not run on tag --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2da4d94..5bad953 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - git fetch --tags when: - event: [tags] + event: [tag] - name: test image: golang