Skip to content

Commit 466f714

Browse files
committed
simplify
1 parent 1b90ced commit 466f714

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.goreleaser.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,7 @@ checksum:
4444
algorithm: sha256
4545

4646
signs:
47-
- id: default
48-
cmd: gpg
49-
artifacts: checksum
50-
args:
51-
- --batch
52-
- --pinentry-mode
53-
- loopback
54-
- --local-user
55-
- '{{ .Env.GPG_FINGERPRINT }}'
56-
- --passphrase
57-
- '{{ .Env.GPG_PASSPHRASE }}'
58-
- --output
59-
- '${signature}'
60-
- --detach-sign
61-
- '${artifact}'
47+
- artifacts: checksum
6248

6349
release:
6450
draft: false

0 commit comments

Comments
 (0)