Skip to content

Commit dc04404

Browse files
authored
dev: fix GitHub Action assets generation (#5906)
1 parent 596a185 commit dc04404

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/github-action-config-v1.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/github-action-config.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/gen_github_action_config/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func fetchAllReleases(ctx context.Context) ([]release, error) {
103103
EndCursor githubv4.String
104104
HasNextPage bool
105105
}
106-
} `graphql:"releases(first: 100, orderBy: { field: CREATED_AT, direction: DESC }, after: $releasesCursor)"`
106+
} `graphql:"releases(first: 80, orderBy: { field: CREATED_AT, direction: DESC }, after: $releasesCursor)"`
107107
} `graphql:"repository(owner: $owner, name: $name)"`
108108
}
109109

0 commit comments

Comments
 (0)