File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: goreleaser
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - master
5
7
tags :
6
8
- " *"
7
9
Original file line number Diff line number Diff line change @@ -39,3 +39,14 @@ release:
39
39
prerelease : auto
40
40
changelog :
41
41
sort : asc
42
+ nfpms :
43
+ - id : keyless-nfpm
44
+ package_name : gokeyless
45
+ file_name_template : " gokeyless_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
46
+ homepage : https://github.com/cloudflare/gokeyless
47
+ maintainer :
SSL Cloudflare <[email protected] >
48
+ description : Go implementation of keyless protocol
49
+ license : Cloudflare
50
+ formats :
51
+ - deb
52
+ - rpm
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ release-github:
119
119
-v /var/run/docker.sock:/var/run/docker.sock \
120
120
-w /go/tmp \
121
121
--env GORELEASER_GITHUB_TOKEN \
122
- neilotoole/xcgo:latest goreleaser --rm-dist
122
+ neilotoole/xcgo:latest goreleaser release --rm-dist
123
123
124
124
125
125
.PHONY : snapshot
You can’t perform that action at this time.
0 commit comments