Skip to content

Commit 25a432e

Browse files
ci: Homebrew tap notify workflow
Closes #61 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3fe442a commit 25a432e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Notify Homebrew tap
2+
on:
3+
push:
4+
tags:
5+
- "create-awesome-python-app@*"
6+
workflow_dispatch:
7+
inputs:
8+
version:
9+
description: "Package version"
10+
required: true
11+
jobs:
12+
notify:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Dispatch to homebrew-tap
16+
run: |
17+
echo "Send repository_dispatch to Create-Python-App/homebrew-tap when it exists"
18+
echo "Secret: HOMEBREW_TAP_TOKEN"

0 commit comments

Comments
 (0)