diff --git a/.github/workflows/notify-homebrew.yml b/.github/workflows/notify-homebrew.yml new file mode 100644 index 0000000..fa6dfe8 --- /dev/null +++ b/.github/workflows/notify-homebrew.yml @@ -0,0 +1,18 @@ +name: Notify Homebrew tap +on: + push: + tags: + - "create-awesome-python-app@*" + workflow_dispatch: + inputs: + version: + description: "Package version" + required: true +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Dispatch to homebrew-tap + run: | + echo "Send repository_dispatch to Create-Python-App/homebrew-tap when it exists" + echo "Secret: HOMEBREW_TAP_TOKEN"