Skip to content

Commit

Permalink
update releasere
Browse files Browse the repository at this point in the history
Signed-off-by: Viet-Anh Duong <vietanhs0817@gmail.com>
  • Loading branch information
vietanhduong committed Oct 6, 2022
1 parent 770bf0e commit f5165f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
.DS_Store
.idea
.vscode

dist
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ builds:
- darwin
ldflags:
- >-
-X github.com/vietanhduong/acme-register/cmd.Version={{ .Tag }}
-X github.com/vietanhduong/acme-register/cmd.GitCommit={{ .Commit }}
-X github.com/vietanhduong/acme-register/cmd.BuildDate={{ .Date }}
-X github.com/vietanhduong/acme-register/cmd/main.Version={{ .Tag }}
-X github.com/vietanhduong/acme-register/cmd/main.GitCommit={{ .Commit }}
-X github.com/vietanhduong/acme-register/cmd/main.BuildDate={{ .Date }}
archives:
- files:
- LICENSE
Expand Down

0 comments on commit f5165f7

Please sign in to comment.