From c34ef73e443f3f0c98bd2fd5a134553e00014255 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 10 Aug 2023 17:13:50 +0000 Subject: [PATCH] build: fix aur_key --- .github/workflows/goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 3ee8595..fb3b81f 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json + name: goreleaser on: @@ -20,5 +22,4 @@ jobs: fury_token: ${{ secrets.FURY_TOKEN }} nfpm_gpg_key: ${{ secrets.NFPM_GPG_KEY }} nfpm_passphrase: ${{ secrets.NFPM_PASSPHRASE }} - -# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json + aur_key: ${{ secrets.AUR_KEY }}