Release will not trigger "tag" in drone #1663

Closed
opened 2025-11-02 04:08:50 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @jonasfranz on GitHub (Mar 29, 2018).

  • Gitea version (or commit ref): 43fc430
  • Database (use [x]):
    • SQLite

Description

Drone will not start the pipeline if I create a release (=tag) via Gitea. But if I push a tag to Gitea it will. I think that this is caused by the fact that gitea won't push the tag to itself rather then simply creating the tag without triggering a build / webhook.

Originally created by @jonasfranz on GitHub (Mar 29, 2018). - Gitea version (or commit ref): 43fc430 - Database (use `[x]`): - [x] SQLite ## Description Drone will not start the pipeline if I create a release (=tag) via Gitea. But if I push a tag to Gitea it will. I think that this is caused by the fact that gitea won't push the tag to itself rather then simply creating the tag without triggering a build / webhook.
GiteaMirror added the type/bug label 2025-11-02 04:08:50 -06:00
Author
Owner

@lunny commented on GitHub (May 17, 2018):

should be fixed by #3929

@lunny commented on GitHub (May 17, 2018): should be fixed by #3929
Author
Owner

@benschweizer commented on GitHub (Sep 18, 2018):

Can someone confirm this?
Looks like webhooks get fired for pushed tags, but not when they are created from the release page.

@benschweizer commented on GitHub (Sep 18, 2018): Can someone confirm this? Looks like webhooks get fired for pushed tags, but not when they are created from the release page.
Author
Owner

@benschweizer commented on GitHub (Sep 21, 2018):

So the webhook is different. Creating a new release fires 'release' where pushed tags fire 'push'. I assume this should be handled at receiver side, I'll check the drone code.

@benschweizer commented on GitHub (Sep 21, 2018): So the webhook is different. Creating a new release fires 'release' where pushed tags fire 'push'. I assume this should be handled at receiver side, I'll check the drone code.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1663