diff --git a/.drone.yml b/.drone.yml index 5f6f592f..af41391e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,9 +68,9 @@ steps: image: node:14-alpine commands: - echo "$(git describe),latest" > .tags - # when: - # ref: - # - refs/tags/* + when: + ref: + - refs/tags/* - name: try to make a build image: plugins/docker