1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 00:08:23 +00:00
Jackett/.github/workflows/winget.yml
2023-09-04 18:23:56 +12:00

16 lines
359 B
YAML

name: Publish to WinGet
on:
release:
types: [released]
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- run: Start-Sleep -Seconds 1800 # 30 minutes
shell: pwsh
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Jackett.Jackett
token: ${{ secrets.WINGET }}