From a315d2a33985a73663523432412cd2ce7c03840b Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 30 Sep 2024 13:09:00 -0400 Subject: [PATCH] Remove unused action --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd42405..55d638f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,16 +41,9 @@ jobs: username: '_json_key' password: '${{ secrets.GOOGLE_CREDENTIALS }}' - - id: 'import_gpg' - uses: 'crazy-max/ghaction-import-gpg@v6' - with: - gpg_private_key: '${{ secrets.GPG_PRIVATE_KEY }}' - passphrase: '${{ secrets.GPG_PASSPHRASE }}' - - uses: 'goreleaser/goreleaser-action@v6' with: version: 'latest' args: 'release --clean' env: - GPG_FINGERPRINT: '${{ steps.import_gpg.outputs.fingerprint }}' GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'