From cc310a569f06553d6dd31e0276bba583a3d1d809 Mon Sep 17 00:00:00 2001 From: Jelloeater Date: Sun, 22 Sep 2024 18:05:12 -0400 Subject: [PATCH] Removed broken signing...eh --- .github/workflows/release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b362ef1..790b947 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,12 +42,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: stable - - name: Import GPG key - id: import_gpg - uses: crazy-max/ghaction-import-gpg@v6 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} - name: Release config run: | @@ -89,17 +83,6 @@ jobs: mode: replace include_meta: true - signs: - - artifacts: checksum - cmd: gpg2 - args: - - "--batch" - - "-u" - - "{{ .Env.GPG_FINGERPRINT }}" - - "--output" - - "${signature}" - - "--detach-sign" - - "${artifact}" EOF - name: Run GoReleaser