hashicorp / ghaction-terraform-provider-release

Reusable GitHub Action Workflows for releasing HashiCorp, partner, and community Terraform Providers
Mozilla Public License 2.0
16 stars 9 forks source link

Switch goreleaser from --rm-dist to --clean flag #36

Closed bflad closed 1 year ago

bflad commented 1 year ago

Description

Goreleaser version 1.15.0 deprecates the --rm-dist flag and replaces it with the --clean flag. The reusable workflows currently use the --rm-dist flag:

https://github.com/hashicorp/ghaction-terraform-provider-release/blob/969780747aee0988cf26c1a13f50293ebbbce99a/.github/workflows/community.yml#L54

https://github.com/hashicorp/ghaction-terraform-provider-release/blob/969780747aee0988cf26c1a13f50293ebbbce99a/.github/workflows/hashicorp.yml#L97

github-actions[bot] commented 5 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.