actions: publish release to winget (#13225)

This commit is contained in:
Begula 2022-05-06 07:51:50 +05:30 committed by GitHub
parent 20efb195fc
commit 62c908baff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.github/workflows/winget.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/releaser-action@v1.0.0
with:
identifier: Jackett.Jackett
token: ${{ secrets.WINGET }}