mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-19 03:02:04 +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:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: windows-latest # action can only be run on windows
|
runs-on: windows-latest # action can only be run on windows
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||||
with:
|
with:
|
||||||
identifier: Suwayomi.Tachidesk-JUI
|
identifier: Suwayomi.Tachidesk-JUI
|
||||||
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user