1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 08:17:25 +00:00

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

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