Thad Guidry

Results 421 comments of Thad Guidry

That string in your RELEASE TITLE is "Pre-Release v2.19.14" What is the RELEASE TAG ? Example quick demonstration pre-release I made in one of my repos: https://github.com/thadguidry/do-spaces-action/releases/tag/v2.19.14 ![image](https://github.com/dev-drprasad/delete-older-releases/assets/986438/70b06647-87af-469a-86e1-f0d76345451f)

Made using GitHub's GUI (but you might be using the GitHub CLI to make releases? which is fine also) ![image](https://github.com/dev-drprasad/delete-older-releases/assets/986438/dd443ea1-68fe-48cf-a76b-ddd09216ef0d) ![image](https://github.com/dev-drprasad/delete-older-releases/assets/986438/b51426e9-6e81-4ce6-95e7-e17ca3deb4a2)

![image](https://github.com/dev-drprasad/delete-older-releases/assets/986438/9a00ae19-bfd9-43f7-8cd8-bce9503a7c5a)

So just to point something out that I spotted and to make you aware of, your Git Tag for that commit 1ba1189 is actually `v.2.19.14-beta` where it seems you have...

What was the error or log output?

I think we might have exposed a recently introduced bug in their GitHub Releases API... I've detailed what might be happening in another user's similar report in issue #44 ,...

Closing, since I am no longer maintaining the repo and owner (dev-drprasad) is also no longer interested. Please use other GitHub Actions to handle deleting releases. There are many to...

Take a look at the other repo https://github.com/dev-drprasad/delete-tag-and-release which alternately might work the way you need or could be used in a subsequent action call for a cleanup pass (depending...

This: > keep the tags related to the releases only and delete all the others automatically without specifying everytime. Seems to indicate that they want handling for general git tag...

BTW, I've seen other DevOps processing that calls them `orphan tags`. But I am not sure what GitHub docs calls them. We should use same terminology that GitHub docs uses.