Update flatpak.yml

This commit is contained in:
Preston 2020-12-18 11:26:08 -05:00 committed by GitHub
parent 1a88742d3f
commit cc06999433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}
}