ci: add dispatch event to homebrew-tap
This commit is contained in:
committed by
Chris Rizzitello
parent
87e6521f65
commit
26417a2543
10
.github/workflows/continuous-integration.yml
vendored
10
.github/workflows/continuous-integration.yml
vendored
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user