when i release a version on gitea ,i want drone do sth,but it ignored the webhook … ![]()
.drone.yml:

drone docker config:
gitea webhook info:
drone log:
when i release a version on gitea ,i want drone do sth,but it ignored the webhook … ![]()
.drone.yml:

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.