Skip to content

Commit d8674cb

Browse files
authored
Merge pull request #3 from major-technology/j/2
Fix version
2 parents d6dd77d + 754e620 commit d8674cb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
project_name: cli
1+
version: 2
2+
3+
project_name: major
24

35
before:
46
hooks:
57
- go mod tidy
68

79
builds:
8-
- id: cli
10+
- id: major
911
main: ./main
1012
binary: major
1113
env: [CGO_ENABLED=0]
@@ -43,7 +45,7 @@ brews:
4345
release:
4446
github:
4547
owner: major-technology
46-
name: cli
48+
name: major
4749
draft: false
4850
prerelease: false
4951

0 commit comments

Comments
 (0)