Add previous release to the auto update script. (#12312)

This commit is contained in:
Max Gautier
2025-06-17 05:53:00 +00:00
committed by GitHub
parent 9c621970ff
commit 06d8d48488

View File

@@ -20,7 +20,7 @@ jobs:
query get_release_branches($owner:String!, $name:String!) {
repository(owner:$owner, name:$name) {
refs(refPrefix: "refs/heads/",
first: 0, # TODO increment once we have release branch with the new checksums format
first: 1, # TODO increment once we have release branch with the new checksums format
query: "release-",
orderBy: {
field: ALPHABETICAL,