How to use gitea release plugin with event different than tags?

Hello dear Drone community,

I use gitea-release plugin to produce build artefacts on a local gitea.

It works perfectly, but I would like to produce artifacts on Gitea release page for different event than ‘tags’.

When I try

   when:
-    event: push

I get an error telling me that gitea-release work only for tag event.

Is there a hack?
Thank you for the great work. Drone is fantastic.

My understanding is that release artifacts must be associated with a tag, and that this limitation is enforced by the Gitea API which requires the tag name in the payload [1]. I could be mistaken, however. This particular plugin was created by a member of the Gitea community (tboerger) you might want to confirm with him.

[1] https://try.gitea.io/api/swagger#/repository/repoCreateRelease