Skip to content

Tag creation trigger not working with lerna publish #25085

Answered by BrightRan
callafeucht asked this question in Actions
Discussion options

You must be logged in to vote

After executing the command lerna publish to create and push new tags to your GitHub repository, did you check if the tags have been pushed successfully to the repository on web UI? And how many tags did you create and push at once?

I checked the documentations about create event and push event, and found the below note:

Note: You will not receive a webhook for this event when you push more than three tags at once.

Maybe this is why the workflows were not triggered.

I also tested with the git commands: use git tag <tag_name> to create new tags, and use git push --tags to push tags to GitHub repository. When the number of the tags I pushed at once was less than or equal to 3, it triggered …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Product Feedback
2 participants