Commit cc34f32
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments