ci: dispatch update for fdroid repo

This commit is contained in:
Zane Schepke 2024-01-20 18:47:30 -05:00
parent f1fc9ca6f7
commit 76674323e7
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: wgtunnel
- name: Repository Dispatch for my F-Droid repo
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: zaneschepke/fdroid
event-type: fdroid-update
- name: Create Release with Fastlane changelog notes
id: create_release
uses: softprops/action-gh-release@v1