Skip to content

Commit

Permalink
update go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Nov 15, 2019
1 parent 099e6e6 commit 310d38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before:

builds:
- id: default
binary: gosuv
binary: "{{.ProjectName}}"
env:
- CGO_ENABLED=0
ldflags:
Expand Down Expand Up @@ -66,7 +66,7 @@ archives:
release:
github:
owner: cxjava
name: gosuv
name: "{{.ProjectName}}"
draft: true
prerelease: auto
name_template: "{{.ProjectName}}-v{{.Version}}-{{.ShortCommit}}-{{.Date}}"

0 comments on commit 310d38d

Please sign in to comment.