Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Band committed Aug 8, 2023
1 parent 2aaa3b0 commit 0df8e49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# run only against tags
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'

permissions:
contents: write
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
snapshot:
name_template: "{{ .Tag }}-next"
name_template: "v{{ .Tag }}-next"
changelog:
skip: true
gomod:
Expand Down Expand Up @@ -81,7 +81,7 @@ gomod:
announce:
teams:
enabled: false
title_template: 'Terraform Provider csd {{ .Tag }} was just released!'
message_template: 'Awesome terraform provider {{.Tag}} is out!'
title_template: 'Terraform Provider csd v{{ .Tag }} was just released!'
message_template: 'Awesome terraform provider v{{.Tag}} is out!'
color: '#2D313E'
#icon_url: 'https://csd.aws.idealo.cloud/avatar.png'

0 comments on commit 0df8e49

Please sign in to comment.