Skip to content

Commit ccb4e8a

Browse files
committed
fix(CI): remove redundant dashes from args
1 parent e35519b commit ccb4e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ binary_signs:
4242
args:
4343
- sign-blob
4444
- --output-signature=${signature}
45-
- ----output-certificate=${certificate}
45+
- --output-certificate=${certificate}
4646
- ${artifact}
4747
- --yes
4848
certificate: '{{ trimsuffix .Env.artifact ".tar.gz" }}.pem'

0 commit comments

Comments
 (0)