From 0e8e68a5fb02fc9381d9492639f70f7cb9ec9b95 Mon Sep 17 00:00:00 2001 From: envolution Date: Wed, 20 Nov 2024 00:19:46 -0500 Subject: [PATCH] aa --- nvchecker_source/github-test.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/nvchecker_source/github-test.py b/nvchecker_source/github-test.py index 50cf9d4..af17ed4 100644 --- a/nvchecker_source/github-test.py +++ b/nvchecker_source/github-test.py @@ -137,16 +137,13 @@ query { } } # All tags - refs(refPrefix: "refs/tags/", first: 1, orderBy: { - field: TAG_COMMIT_DATE, - direction: DESC}) - { + refs(refPrefix: "refs/tags/", first: 1, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) { edges { node { - name + name target { - ... on Commit { - oid + oid + ... on Commit { url } } @@ -159,7 +156,7 @@ releases(first: 100, orderBy: { field: CREATED_AT, direction: DESC }) { edges { node { name - url + url tagName isPrerelease isLatest