We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457e26f commit a7bdb0bCopy full SHA for a7bdb0b
.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
28
version: latest
29
args: release --clean
30
env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.BREW_TOKEN }}
.goreleaser.yaml
@@ -119,13 +119,13 @@ brews:
119
# Repository name.
120
#
121
# Templates: allowed.
122
- name: homebrew-tap
+ name: homebrew-claude-squad
123
124
# Optionally a branch can be provided.
125
126
# Default: default repository branch.
127
128
- branch: main
+ branch: brew-tap
129
130
# Sets up pull request creation instead of just pushing to the given branch.
131
# Make sure the 'branch' property is different from base before enabling
0 commit comments