We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f573c commit ab3a6ebCopy full SHA for ab3a6eb
1 file changed
.github/workflows/release.yml
@@ -179,6 +179,7 @@ jobs:
179
update-tap:
180
name: Update Homebrew tap
181
needs: build
182
+ if: ${{ secrets.TAP_PUSH_TOKEN != '' }}
183
runs-on: ubuntu-latest # no macOS toolchain needed for a git commit
184
185
steps:
0 commit comments