From da18ed9249f976a1752fe33ca928678c7cff36c8 Mon Sep 17 00:00:00 2001
From: Felix Soederhuyzen <fsoederhuyzen@inwx.de>
Date: Wed, 8 Feb 2023 13:15:08 +0100
Subject: [PATCH] feat: fix wrong github actions syntax 2

---
 .github/workflows/release.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 09a47a4..b5d93e2 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -28,9 +28,6 @@ jobs:
           distribution: goreleaser
           version: latest
           args: release --clean
-          signs:
-            - artifacts: checksum
-              args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}