Skip to content

Commit 3eaba3c

Browse files
committed
fix(ci): remove invalid secret guards
1 parent 3b90961 commit 3eaba3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backfill-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
.artifacts/release/*
102102
103103
update-homebrew-tap:
104-
if: inputs.update_homebrew_tap && secrets.HOMEBREW_TAP_TOKEN != ''
104+
if: inputs.update_homebrew_tap
105105
name: Update Homebrew tap
106106
needs:
107107
- build-binaries

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
.artifacts/release/*
179179
180180
update-homebrew-tap:
181-
if: needs.release.outputs.new_release_published == 'true' && secrets.HOMEBREW_TAP_TOKEN != ''
181+
if: needs.release.outputs.new_release_published == 'true'
182182
name: Update Homebrew tap
183183
needs:
184184
- release

0 commit comments

Comments
 (0)