From c177934393302deac9f9aa74dfa5fbc80526340a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 26 Apr 2021 09:26:43 -0400 Subject: [PATCH] Adding git fetch tags to CI. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7c4cea8a..bfb6ab7a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: - apk add git - git submodule init - git submodule update --recursive --remote + - git fetch --tags - name: yarn image: node:14-alpine @@ -110,6 +111,7 @@ steps: - apk add git - git submodule init - git submodule update --recursive --remote + - git fetch --tags when: ref: - refs/heads/main