Skip to content

Commit d8d3ed2

Browse files
SimplyLizclaude
andcommitted
fix: Skip Homebrew tap upload (token expired)
HOMEBREW_TAP_TOKEN has expired, causing the v8.2.0 release to fail at the brew formula push step. Skip upload until token is refreshed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c256a69 commit d8d3ed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ brews:
7777
directory: Formula
7878
homepage: "https://github.com/SimplyLiz/CodeMCP"
7979
description: "Code intelligence orchestration layer for AI-assisted development"
80+
skip_upload: true # TODO: re-enable once HOMEBREW_TAP_TOKEN is refreshed
8081
install: |
8182
bin.install "ckb"
8283
test: |

0 commit comments

Comments
 (0)