Skip to content

Commit

Permalink
ci: fix incorrect versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Sep 10, 2022
1 parent 2ae0c51 commit 81d253b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ announce:
enabled: true
# The name of the channel that the user selected as a destination for webhook messages.
channel: '{{ .Env.SLACK_CHANNEL }}'
message_template: ':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:'

icon_emoji: ':tada:'

0 comments on commit 81d253b

Please sign in to comment.