We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff17a2 commit 7a1e0a7Copy full SHA for 7a1e0a7
.goreleaser.yml
@@ -37,6 +37,10 @@ brews:
37
# Folder inside the repository to put the formula.
38
# Default is the root folder.
39
folder: Formula
40
+ # We need to set this so that goreleaser doesn't think the binary is called
41
+ # `src-cli`
42
+ install: |
43
+ bin.install "src"
44
dockers:
45
- dockerfile: Dockerfile.release
46
- image_templates:
0 commit comments