From a20e30db493a81b2b4d313800fce586c7aef6010 Mon Sep 17 00:00:00 2001 From: bsimon Date: Tue, 17 Dec 2024 15:30:23 +0100 Subject: [PATCH] fix releaser --- .github/workflows/release.yml | 1 - .goreleaser.yml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1c2b83..960e7d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,6 @@ jobs: uses: crazy-max/ghaction-import-gpg@v6.2.0 id: import_gpg with: - # These secrets will need to be configured for the repository: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }} - diff --git a/.goreleaser.yml b/.goreleaser.yml index ac61f28..d356c52 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -31,12 +31,12 @@ checksum: signs: - artifacts: checksum args: - - "--batch" - - "--local-user" + - --batch + - --local-user - "{{ .Env.GPG_FINGERPRINT }}" - - "--output" + - --output - "${signature}" - - "--detach-sign" + - --detach-sign - "${artifact}" release: draft: true