please work

This commit is contained in:
Vilsol 2022-06-07 05:07:58 +03:00
parent 35584a13a3
commit d48871b490

View file

@ -23,6 +23,11 @@ jobs:
- name: Download GQL schema
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
- uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.AUR_KEY }}
ssh-host: aur.archlinux.org
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: