From cc069994334d8faa03e1b73e1c6d21a72617788e Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 18 Dec 2020 11:26:08 -0500 Subject: [PATCH] Update flatpak.yml --- .github/workflows/flatpak.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 7cf99e69..54a463ca 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -5,6 +5,7 @@ name: Create Flatpak PR # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. on: + workflow_dispatch: release: types: [published] @@ -26,7 +27,7 @@ jobs: command: repos.getRelease payload: > { - "owner": "PrestonN", + "owner": "FreeTubeApp", "repo": "FreeTube", "release_id": ${{ secrets.UPLOAD_ID }} }