We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a2ea7 commit d99bda2Copy full SHA for d99bda2
.github/workflows/release-to-homebrew.yml
@@ -16,7 +16,7 @@ jobs:
16
publish-to-brew:
17
name: post / homebrew
18
runs-on: macos-latest
19
- if: (github.event_name == 'push' && contains(github.event.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && ${{ github.event.inputs.do-homebrew }})
+ if: (github.event_name == 'push' && contains(github.event.ref, 'refs/tags/v')) || github.event_name == 'workflow_dispatch'
20
steps:
21
- uses: actions/create-github-app-token@v1
22
id: app-token
0 commit comments