Skip to content

Commit cc34f32

Browse files
fix(release): replace deprecated 'folder' field with 'directory' in GoReleaser config
The 'folder' field in the homebrew brew configuration was deprecated in GoReleaser v2.x and replaced with 'directory'. This was causing the release workflow to fail with: "field folder not found in type config.Homebrew" Changes: - Updated .goreleaser.yml:169 to use 'directory' instead of 'folder' Fixes release workflow failure in run #21913974032 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e0d5155 commit cc34f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ brews:
166166
homepage: https://github.com/DataDog/pup
167167
description: "Datadog API CLI - OAuth2 + API key authentication for Datadog APIs"
168168
license: Apache-2.0
169-
folder: Formula
169+
directory: Formula
170170
commit_author:
171171
name: goreleaserbot
172172
email: bot@goreleaser.com

0 commit comments

Comments
 (0)