Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asim authored May 15, 2023
1 parent 6a70437 commit 4cc4dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
project_name: kv
project_name: kayvee
release:
github:
owner: asim
name: kv
name: kayvee
name_template: 'Release {{.Tag}}'
before:
hooks:
- go mod download
builds:
- binary: kv
- binary: kayvee
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand Down

0 comments on commit 4cc4dc1

Please sign in to comment.