Download GQL schema

This commit is contained in:
Vilsol 2021-12-04 00:40:56 +02:00
parent 92e4b1b7fd
commit d16896b548

View file

@ -20,6 +20,9 @@ jobs:
with: with:
fetch-depth: 0 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 - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with: