Skip to content

Commit

Permalink
Merge pull request #124 from adrianiy/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
adrianiy authored Oct 21, 2022
2 parents 090af2f + 64259b0 commit 7cfa1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/queries/last_n_releases.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
query GetReleases($owner: String!, $name: String!) {
repository(owner: $owner, name: $name) {
releases(last: 1,
releases(last: 2,
orderBy: {field: CREATED_AT, direction: ASC}) {
nodes {
tagName
Expand Down

0 comments on commit 7cfa1f5

Please sign in to comment.