We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3822b1a commit 01e318eCopy full SHA for 01e318e
.github/workflows/release.yml
@@ -30,4 +30,5 @@ jobs:
30
args: release --clean
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
+ HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
34
.goreleaser.yaml
@@ -42,5 +42,12 @@ changelog:
42
- '^test:'
43
- '^chore:'
44
45
-# Homebrew formula is managed manually in james-see/homebrew-tap
+brews:
46
+ - repository:
47
+ owner: james-see
48
+ name: homebrew-tap
49
+ token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
50
+ homepage: https://github.com/james-see/swatchify
51
+ description: Extract dominant colors from images
52
+ license: MIT
53
0 commit comments