Skip to content

Commit 54d7b8c

Browse files
authored
Merge pull request #38 from BalanceBalls/fix-release-config
fix syntax
2 parents 43390a7 + 749ff54 commit 54d7b8c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser-rc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ homebrew_casks:
4242
owner: BalanceBalls
4343
name: homebrew-BalanceBalls
4444
homepage: https://github.com/BalanceBalls/nekot
45+
directory: Casks
4546
conflicts:
46-
formula: rc-nekot
47+
- formula: rc-nekot
4748
commit_author:
4849
name: BalanceBalls
4950
hooks:

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ homebrew_casks:
4545
name: homebrew-BalanceBalls
4646
homepage: https://github.com/BalanceBalls/nekot
4747
conflicts:
48-
formula: nekot
48+
- formula: nekot
4949
commit_author:
5050
name: BalanceBalls
5151
skip_upload: auto

0 commit comments

Comments
 (0)