Skip to content

Commit 068ea50

Browse files
fix: realse binary name (#118)
1 parent b5dd1b1 commit 068ea50

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
@@ -22,7 +22,7 @@ builds:
2222
- -X codacy/cli-v2/version.Os={{.Os}}
2323
- -X codacy/cli-v2/version.Arch={{.Arch}}
2424
- -X codacy/cli-v2/version.GoVersion={{.Env.GOVERSION}}
25-
binary: cli-v2
25+
binary: codacy-cli-v2
2626

2727
archives:
2828
- format: tar.gz

0 commit comments

Comments
 (0)