Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on.release trigger runs only on new tags, but not with old ones #3532

Open
cj-askar-ibragimov opened this issue Oct 28, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@cj-askar-ibragimov
Copy link

Describe the bug
on.release trigger is not triggered when a release is created (using Github UI) for an existing tag. However if a new tag is specified, it works.

To Reproduce
Steps to reproduce the behavior:

  1. Create a workflow that has a trigger
on:
  release:
  1. Create a tag in the git tree.
  2. Using Guthub UI, create and publish a release from the existing tag.

Expected behavior
Workflow is triggered.

Runner Version and Platform

Version of your runner?

OS of the machine running the runner? OSX/Windows/Linux/...

What's not working?

Workflow only triggered if new tag is specified, but for old tags it is not triggered.

Job Log Output

Runner and Worker's Diagnostic Logs

@cj-askar-ibragimov cj-askar-ibragimov added the bug Something isn't working label Oct 28, 2024
@cj-iaroslav-zagorodnyi
Copy link

It seems related to #3530

@adamlui
Copy link

adamlui commented Oct 30, 2024

@cj-iaroslav-zagorodnyi I have always created new releases using GitHub.com, typing new tag in field, then it creates new tag on publish, then workflow triggers except starting 9/30/2024 it stopped working. It seems we are experiencing the opposite problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants