Skip to content

Commit ab3a6eb

Browse files
authored
fix: skip update-tap job when TAP_PUSH_TOKEN is missing
1 parent 70f573c commit ab3a6eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
update-tap:
180180
name: Update Homebrew tap
181181
needs: build
182+
if: ${{ secrets.TAP_PUSH_TOKEN != '' }}
182183
runs-on: ubuntu-latest # no macOS toolchain needed for a git commit
183184

184185
steps:

0 commit comments

Comments
 (0)