File tree Expand file tree Collapse file tree 2 files changed +4
-29
lines changed
Expand file tree Collapse file tree 2 files changed +4
-29
lines changed Original file line number Diff line number Diff line change 3636 uses : goreleaser/goreleaser-action@master
3737 env :
3838 GITHUB_TOKEN : ${{ secrets.GORELEASER_GITHUB_TOKEN }}
39+ DISCORD_WEBHOOK_ID : ${{ secrets.DISCORD_WEBHOOK_ID }}
40+ DISCORD_WEBHOOK_TOKEN : ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
3941 with :
4042 version : latest
4143 args : release
Original file line number Diff line number Diff line change @@ -11,40 +11,13 @@ builds:
1111 - windows_amd64
1212 binary : deleterious
1313 hooks :
14- post :
15- - cmd : ./goreleaser-post-hook.sh
16- env :
17- - BUILD_TARGET={{ .Target }}
18- - ARTIFACT={{ .Path }}
19-
14+ post : ./goreleaser-post-hook.sh
2015
2116checksum :
2217 name_template : ' checksums.txt'
2318
2419sboms :
25- - artifacts : source
26-
27- announce :
28- discord :
29- # Whether its enabled or not.
30- # Defaults to false.
31- enabled : true
32-
33- # Message template to use while publishing.
34- # Defaults to `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}`
35- message_template : ' {{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }} or brew upgrade {{ .ProjectName }}'
36-
37- # Set author of the embed.
38- # Defaults to `GoReleaser`
39- author : ' GoReleaser'
40-
41- # Color code of the embed. You have to use decimal numeral system, not hexadecimal.
42- # Defaults to `3888754` - the grey-ish from goreleaser
43- color : ' '
44-
45- # URL to an image to use as the icon for the embed.
46- # Defaults to `https://goreleaser.com/static/avatar.png`
47- icon_url : ' '
20+ - artifacts : archive
4821
4922brews :
5023 - # Repository to push the tap to.
You can’t perform that action at this time.
0 commit comments