Skip to content

Commit

Permalink
ci: fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Sep 10, 2022
1 parent f1e5c57 commit 2ae0c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ announce:
enabled: true
# The name of the channel that the user selected as a destination for webhook messages.
channel: '{{ .Env.SLACK_CHANNEL }}'
message: ':terraform: {{ .ProjectName }} {{ .Tag }} is out! Terraform Registry: https://registry.terraform.io/providers/delineaxpm/dsv/{{ trimprefix .Tag "v" }} GitHub release: {{ .ReleaseURL }}'
message_template: ':terraform: {{ .ProjectName }} {{ .Tag }} is out! Terraform Registry: https://registry.terraform.io/providers/delineaxpm/dsv/{{ trimprefix .Tag "v" }} GitHub release: {{ .ReleaseURL }}'
# Emoji to use as the icon for this message. Overrides icon_url.
icon_emoji: ':tada:'

0 comments on commit 2ae0c51

Please sign in to comment.