We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5933f46 commit b78ca3eCopy full SHA for b78ca3e
.goreleaser.yml
@@ -70,7 +70,7 @@ brews:
70
owner: GareArc
71
name: homebrew-tap
72
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
73
- folder: Formula
+ directory: Formula
74
homepage: "https://github.com/GareArc/opencode-sync"
75
description: "Sync OpenCode configurations across machines via Git with optional encryption"
76
license: "MIT"
@@ -86,7 +86,7 @@ scoops:
86
87
name: scoop-bucket
88
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
89
- folder: bucket
+ directory: bucket
90
91
92
0 commit comments