From d16896b548bdc6a21913268184a4d5639a37681e Mon Sep 17 00:00:00 2001 From: Vilsol Date: Sat, 4 Dec 2021 00:40:56 +0200 Subject: [PATCH] Download GQL schema --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b668978..282b448 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,9 @@ jobs: with: fetch-depth: 0 + - name: Download GQL schema + run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql" + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: