Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harshau007 authored Dec 23, 2023
1 parent 067e2da commit c9b5629
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ jobs:
- name: Release Tar File with latest
run: |
gh release create latest *tar.gz checksum --latest --title "TCET-Linux Wallpaper"
- name: Triggered PKGBUILD Action
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/tcet-opensource/tcet-linux-pkgbuild/dispatches \
-d '{"event_type":"trigger-workflow","client_payload":{"unit":false,"integration":true}}'

0 comments on commit c9b5629

Please sign in to comment.