Why drone ignore the webhook ?

when i release a version on gitea ,i want drone do sth,but it ignored the webhook … :expressionless:

.drone.yml:
image

drone docker config:

gitea webhook info:


drone log:

Drone does not process release events. It processes push, create, and pull_request events. The create event is used to trigger pipelines when you push a tag.