diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0fe98d9..3808ed4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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