Browse Source

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

pull/12323/head
Max Gautier 3 months ago
committed by GitHub
parent
commit
06d8d48488
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/workflows/upgrade-patch-versions-schedule.yml

2
.github/workflows/upgrade-patch-versions-schedule.yml

@ -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,

Loading…
Cancel
Save