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