1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 18:59:01 +00:00
Jackett/.github/workflows/winget.yml

15 lines
288 B
YAML
Raw Normal View History

name: Publish to WinGet
on:
release:
types: [released]
2022-08-29 16:27:12 +01:00
permissions:
contents: read
jobs:
publish:
runs-on: windows-latest
steps:
2022-10-01 00:18:14 +05:30
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Jackett.Jackett
token: ${{ secrets.WINGET }}