From 3dd955113d2119fe9a32cf90a86e157fc358e0ef Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 29 Sep 2024 10:48:18 -0400 Subject: [PATCH] Fix release --- .github/workflows/release.yml | 7 ------- .goreleaser.yml | 11 ----------- 2 files changed, 18 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 }}' diff --git a/.goreleaser.yml b/.goreleaser.yml index a9e2abe..d8ac2ee 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -117,16 +117,5 @@ checksum: name_template: 'berglas_{{ .Version }}_SHA512SUMS' algorithm: 'sha512' -signs: - - artifacts: 'checksum' - args: - - '--batch' - - '--local-user' - - '{{ .Env.GPG_FINGERPRINT }}' - - '--output' - - '${signature}' - - '--detach-sign' - - '${artifact}' - release: draft: false