You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose:
Use a Github schedule action that checkouts the latest tag and build from it.
As in our case the default branch could not have stable commits, it would be better to run from the last created tag (so release)
The text was updated successfully, but these errors were encountered:
I would love that feature like oprypin/find-latest-tag ❤
Don't even know why it's not already implemented 😅
Keep in mind that sometimes "stable" tags are being marked as prereleases in GitHub though (aka "not yet officially released despite the new stable tag")... so SemVer isn't always used like intended, everything is final but not everyone should update immediately.
Discussed in #1757
Originally posted by luarx May 30, 2024
Something like this https://stackoverflow.com/questions/17414104/git-checkout-latest-tag
Purpose:
Use a Github schedule action that checkouts the latest tag and build from it.
As in our case the default branch could not have stable commits, it would be better to run from the last created tag (so release)
The text was updated successfully, but these errors were encountered: