From 09fc81d7f47925b37286fa79a62729ea6ed7fe46 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 17 Feb 2021 16:26:14 +0000 Subject: [PATCH] fix tag recognition by drone --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 76ffbaa..f25a12d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,9 +19,9 @@ steps: - (curl -sL https://deb.nodesource.com/setup_14.x | bash -) - apt install nodejs - curl -sL https://git.io/goreleaser | bash + when: + event: tag trigger: - event: - - tag branch: - main --- @@ -48,9 +48,9 @@ steps: command_timeout: 50m script: - /mnt/buildx/jfa-go/build.sh stable + when: + event: tag trigger: - event: - - tag branch: - main volumes: