-
Notifications
You must be signed in to change notification settings - Fork 19
Fix logic for getting last tag in GH Actions #119
The head ref may contain hidden characters: "deploy-tags\u00E7"
Conversation
Summoning @rachelcarmena because she might know a bit better how to solve this. My fix seems to work, at least locally, but I feel like I'm playing with dark magic here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Hi! Thanks for your trust @serras !! ❤️ However, I don't recommend this change 😅 Why? It's necessary now because some new tags are not annotated but lightweight (created without
I've seen your tags:
Just 2 tags are annotated (showed twice with My humble recommendation:
|
And create annotated tags (with |
When adding |
Wow! Sometimes Git has some subtleties I wasn't really expecting, to be honest. The crux of the problem is that we are using the Releases functionality in GH to create a tag along with a release, and it seems that it's using lightweight tags. The fact that we can have a list of releases directly on the repo is something we don't want to lose 😿 |
No description provided.