Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Nov 5, 2022
1 parent 23bc24b commit 98ea83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/create-draft/src/create-draft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const createNextTagVersion = async (
});
const QUERY = `query ($owner: String!, $repo: String!) {
repository(owner: $owner, name: $repo) {
releases(last: 10, orderBy: { field: CREATED_AT, direction: DESC }) {
releases(first: 20, orderBy: { field: CREATED_AT, direction: DESC }) {
nodes {
databaseId,
tagName
Expand Down

0 comments on commit 98ea83d

Please sign in to comment.