diff --git a/.drone.yml b/.drone.yml index 741d51b33..3de950467 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,11 @@ trigger: - push steps: + - name: fetch-tags + image: docker:git + commands: + - git fetch --tags + - name: build image: node:13 pull: true @@ -106,6 +111,11 @@ trigger: - tag steps: + - name: fetch-tags + image: docker:git + commands: + - git fetch --tags + - name: build image: node:13 pull: true