Skip to content

Commit 26d61b6

Browse files
ldomaradzkiclaude
andcommitted
Remove HOMEBREW_TAP_TOKEN conditional from release workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8152157 commit 26d61b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
name: Update Homebrew Tap
8181
needs: release
8282
runs-on: ubuntu-latest
83-
# Only run if HOMEBREW_TAP_TOKEN secret is available
84-
if: ${{ secrets.HOMEBREW_TAP_TOKEN != '' }}
8583
steps:
8684
- name: Get version from tag
8785
id: version

0 commit comments

Comments
 (0)