Skip to content

Commit 1186167

Browse files
committed
fix(ci): iterate on the homebrew pipeline
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent d99bda2 commit 1186167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-to-homebrew.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/create-github-app-token@v1
2222
id: app-token
23+
if: github.event_name != 'workflow_dispatch'
2324
with:
2425
app-id: 1178949
2526
private-key: ${{ secrets.PRIVATE_KEY_5422M4N_BOT }}

0 commit comments

Comments
 (0)