mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Use v2 of the winget action
This commit is contained in:
5
.github/workflows/winget.yml
vendored
5
.github/workflows/winget.yml
vendored
@@ -2,11 +2,14 @@ name: Publish to WinGet
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest # action can only be run on windows
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||
with:
|
||||
identifier: Suwayomi.Tachidesk-JUI
|
||||
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
||||
|
||||
Reference in New Issue
Block a user