We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e11c2f6 + d1987e4 commit 7ecd5a7Copy full SHA for 7ecd5a7
.github/workflows/release-publisher.yml
@@ -34,6 +34,8 @@ jobs:
34
env:
35
POWERSHELL_TELEMETRY_OPTOUT: true
36
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
37
+ DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
38
+ DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
39
with:
40
version: latest
41
args: release
.goreleaser.yml
@@ -15,6 +15,16 @@ builds:
15
16
checksum:
17
name_template: 'checksums.txt'
18
+
19
+sboms:
20
+ - artifacts: archive
21
22
+announce:
23
+ discord:
24
+ enabled: true
25
+ message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }} or brew upgrade {{ .ProjectName }}'
26
+ author: 'GoReleaser'
27
28
brews:
29
- tap:
30
owner: kindlyops
0 commit comments