Skip to content

Commit 489630f

Browse files
committed
fix indentation
1 parent 4918a80 commit 489630f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.goreleaser.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,16 @@ nfpms:
9898
formats:
9999
- deb
100100
- rpm
101-
# The package is signed if a key_file is set
102-
signature:
103-
# PGP secret key file path (can also be ASCII-armored).
104-
#
105-
# See "Signing key passphrases" below for more information.
106-
#
107-
# Templates: allowed.
108-
key_file: "{{ .Env.GPG_KEY_PATH }}"
101+
102+
rpm:
103+
# The package is signed if a key_file is set
104+
signature:
105+
# PGP secret key file path (can also be ASCII-armored).
106+
#
107+
# See "Signing key passphrases" below for more information.
108+
#
109+
# Templates: allowed.
110+
key_file: "{{ .Env.GPG_KEY_PATH }}"
109111

110112
# signs:
111113
# - artifacts: package

0 commit comments

Comments
 (0)