Fix notarize enabled template to return boolean by jeremy · Pull Request #188 · basecamp/basecamp-cli
AI review requested due to automatic review settings
March 4, 2026 05:53Go template `and` returns the last truthy value (the raw env var content), not the string "true". GoReleaser checks for "true" specifically. Switch to `ne .Env.X ""` comparisons which return the boolean true/false that renders as the string "true"/"false".
jeremy
deleted the
apple-notarize
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters