Skip to content

Commit 1eebb12

Browse files
committed
Fix goreleaser
1 parent b74a71c commit 1eebb12

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.goreleaser.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -149,21 +149,20 @@ release:
149149
### Binary installation
150150
Download the appropriate archive for your platform, extract, and move to your PATH.
151151
152-
# Signing configuration
153-
signs:
154-
- id: macos
155-
cmd: gon
156-
args:
157-
- "{{ .ProjectPath }}/gon-sign.hcl"
158-
artifacts: archive
159-
ids:
160-
- main
161-
signature: "${artifact}.zip"
162-
output: true
163-
env:
164-
- APPLE_DEVELOPER_ID_APPLICATION={{ .Env.APPLE_DEVELOPER_ID }}
165-
- APPLE_DEVELOPER_TEAM_ID={{ .Env.APPLE_TEAM_ID }}
166-
- AC_PASSWORD={{ .Env.AC_PASSWORD }}
152+
signs:
153+
- id: macos
154+
cmd: gon
155+
args:
156+
- "{{ .ProjectPath }}/gon-sign.hcl"
157+
artifacts: archive
158+
ids:
159+
- main
160+
signature: "${artifact}.zip"
161+
output: true
162+
env:
163+
- APPLE_DEVELOPER_ID_APPLICATION={{ .Env.APPLE_DEVELOPER_ID }}
164+
- APPLE_DEVELOPER_TEAM_ID={{ .Env.APPLE_TEAM_ID }}
165+
- AC_PASSWORD={{ .Env.AC_PASSWORD }}
167166

168167
sboms:
169168
- artifacts: archive

0 commit comments

Comments
 (0)