Skip to content

Commit b78ca3e

Browse files
committed
fix: update goreleaser config for v2 (folder -> directory)
1 parent 5933f46 commit b78ca3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ brews:
7070
owner: GareArc
7171
name: homebrew-tap
7272
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
73-
folder: Formula
73+
directory: Formula
7474
homepage: "https://github.com/GareArc/opencode-sync"
7575
description: "Sync OpenCode configurations across machines via Git with optional encryption"
7676
license: "MIT"
@@ -86,7 +86,7 @@ scoops:
8686
owner: GareArc
8787
name: scoop-bucket
8888
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
89-
folder: bucket
89+
directory: bucket
9090
homepage: "https://github.com/GareArc/opencode-sync"
9191
description: "Sync OpenCode configurations across machines via Git with optional encryption"
9292
license: "MIT"

0 commit comments

Comments
 (0)