From ea2f78df17e0b3d33adec221284ff7875548a192 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 27 Jul 2022 12:21:37 -0700 Subject: [PATCH] fix(cd): don't publish aur package soft-serve is available in the Archlinux community repository --- .github/workflows/goreleaser.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 28fa1b7ad8ae7b7bb1136d7ba8ef72d38d84394c..a2f983a407dcb79e9efe0c30ec2d2fc925ad3cd6 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,6 +18,5 @@ jobs: gh_pat: ${{ secrets.PERSONAL_ACCESS_TOKEN }} goreleaser_key: ${{ secrets.GORELEASER_KEY }} fury_token: ${{ secrets.FURY_TOKEN }} - aur_key: ${{ secrets.AUR_KEY }} nfpm_gpg_key: ${{ secrets.NFPM_GPG_KEY }} nfpm_passphrase: ${{ secrets.NFPM_PASSPHRASE }} \ No newline at end of file