ci: add dispatch event to homebrew-tap

This commit is contained in:
sithlord48
2025-12-04 08:10:38 -05:00
committed by Chris Rizzitello
parent 87e6521f65
commit 26417a2543

View File

@ -420,6 +420,16 @@ jobs:
deskflow-*
sums.txt
- name: Update Homebrewtap
shell: bash
run: |
curl -L -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.DF_TAP_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/deskflow/homebrew-tap/dispatches \
-d '{"event_type":"update_tap"}'
winget-publish:
needs: release
if: contains(github.ref, 'tags/v')