Skip to content

fix(ci): remove homebrew_casks section#22

Merged
itsjeremyjohnson merged 1 commit intomainfrom
fix/remove-homebrew-casks
Apr 9, 2026
Merged

fix(ci): remove homebrew_casks section#22
itsjeremyjohnson merged 1 commit intomainfrom
fix/remove-homebrew-casks

Conversation

@itsjeremyjohnson
Copy link
Copy Markdown
Collaborator

@itsjeremyjohnson itsjeremyjohnson commented Apr 9, 2026

Remove homebrew_casks that references HOMEBREW_TAP_GITHUB_TOKEN (tap not set up). Was causing release failures.

Greptile Summary

This PR removes the homebrew_casks section from .goreleaser.yaml that referenced the HOMEBREW_TAP_GITHUB_TOKEN secret for a Homebrew tap that has not been configured, which was causing release pipeline failures. The remaining config is clean and correctly covers multi-platform builds, archives, and checksums.

Confidence Score: 5/5

Safe to merge — removes a misconfigured section that was actively breaking releases with no functional regression.

The change is a targeted one-section removal that resolves a confirmed CI failure. The remaining config is structurally sound, no P0/P1 findings exist, and there are no logic or security concerns.

No files require special attention.

Vulnerabilities

No security concerns identified. The fix removes a reference to an unconfigured secret (HOMEBREW_TAP_GITHUB_TOKEN), which reduces unnecessary credential surface area in the release pipeline.

Important Files Changed

Filename Overview
.goreleaser.yaml Removed the homebrew_casks section that referenced HOMEBREW_TAP_GITHUB_TOKEN; remaining config covers Linux/Windows/Darwin builds, archives, and checksums cleanly.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[git tag pushed] --> B[GoReleaser triggered]
    B --> C[Build: clickup\nlinux_amd64 / arm64\nwindows_amd64 / arm64\nCGO_ENABLED=0]
    B --> D[Build: clickup_darwin\ndarwin_amd64 / arm64\nCGO_ENABLED=1]
    C --> E[Archive: tar.gz / zip]
    D --> E
    E --> F[Checksum: checksums.txt]
    F --> G[GitHub Release]
    G --> H[✅ Done]
Loading

Reviews (1): Last reviewed commit: "fix(ci): remove homebrew_casks section (..." | Re-trigger Greptile

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@itsjeremyjohnson itsjeremyjohnson merged commit f77e7a0 into main Apr 9, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant