Build not trigger on new tag

I have a Drone cloud instance for my repo. I want it to trigger just one step when it gets a new tag: run unit tests, and build and deploy a new release to the repo’s releases page. Here is what my drone.yml looks like:

— kind: pipeline name: build-release workspace: base: /go path: src/github.com/ddbellinghoven/drone-test steps: - name: build image: golang commands: - go test - scripts/build-release.sh trigger: event: - tag

I based this off of an example in the docs. It simply does not trigger at all when I push a new tag. When I manually trigger a build, this is the output I see:
image

It appears that it isn’t seeing any of the tags at all. However, when I run git tag locally, this is the output:

v0.0.1
v0.0.10
v0.0.11
v0.0.12
v0.0.13
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6
v0.0.7
v0.0.8
v0.0.9

Can anybody help me diagnose this issue?

If a build does not trigger (i.e. you push a tag, and no record is displayed in your build list) then I recommend looking at your Drone server logs with debug logs enabled. Drone logs detailed reasons any time a webhook is ignored.

I am also a little confused because the title indicates a build is not triggered, but then I see a screenshot with a build that has been triggered. So I’m not really sure what I’m looking at.

Lastly, I can confirm there are no known issues with tags, which are being processed as expected at Drone Cloud https://cloud.drone.io/drone/go-scm/2